Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 757 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 757 Bytes
Preview
$ cd backend
$ cargo run

TODO

  • 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

Commands

Command Description
/say Send a message anonymously.
/shrug Send a message with a shrug

it is handled by the backend.