An embedded Harmony server implementation written in rust.
Find a file
2022-08-24 01:03:39 +02:00
assets added readme and assets 2022-08-23 15:48:36 +03:00
harsh-client implemented user and started security 2022-08-23 17:53:12 +02:00
harsh-common implemented user and started security 2022-08-23 17:53:12 +02:00
harsh-server implemented user and started security 2022-08-23 17:53:12 +02:00
.gitignore implemented notifications and messages 2022-08-22 15:54:36 +03:00
Cargo.lock implemented user and started security 2022-08-23 17:53:12 +02:00
Cargo.toml init 2022-08-22 01:59:56 +02:00
README.md fixed readme 2022-08-23 16:00:10 +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 embedded 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, ensure your rustup toolchain is up to date and use the start-server.sh script

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