$ cd backend
$ cargo run
- Thread pool (with
threadpool
crate) - Database
-
User permissions(project topic changed to anonymous chat) - Commands (e.g.
/say
..)
$ cd client
Use cursive crates. if you get errors when building, see the cursive repository.
https://github.com/gyscos/cursive
$ cargo run
Command | Description |
---|---|
/say |
Send a message anonymously. |
/shrug |
Send a message with a shrug |
it is handled by the backend.