An embedded Harmony server implementation written in rust.
Find a file
2022-08-23 15:56:51 +03:00
assets added readme and assets 2022-08-23 15:48:36 +03:00
harsh-client added user support 2022-08-22 17:56:50 +03:00
harsh-common added user support 2022-08-22 17:56:50 +03:00
harsh-server fixed user persistence 2022-08-22 19:17:59 +03:00
.gitignore implemented notifications and messages 2022-08-22 15:54:36 +03:00
Cargo.lock init 2022-08-22 01:59:56 +02:00
Cargo.toml init 2022-08-22 01:59:56 +02:00
README.md added readme and assets 2022-08-23 15:48:36 +03:00
start-client.sh init 2022-08-22 01:59:56 +02:00
start-server.sh init 2022-08-22 01:59:56 +02:00
watch-client.sh init 2022-08-22 01:59:56 +02:00
watch-server.sh implemented channel queries 2022-08-22 11:25:49 +03:00

Harsh

harsh icon


Description

An enbeded Harmony server implementation written in rust.

Warning

This project is in early design phase, it is non conforming and very few features are implemented.

Usage

To launch the server, use the start-server.sh script

To launch the debug client, use the start-client.sh script