756e934e93a1034173c93877e017dc1c79fd1f63
MINH_CORD
A wannabe discord clone but currently only support websocket real time chatting
Dependencies
rusttelnet
Installation
- Run
cargo buildat project root to build the binary.
Running
- Run the server with
cargo runorRUST_LOG=info cargo runto run with debug.
Connecting to the server
- If server is running on localhost, run
telnet 127.0.0.1 8080to connect to the server.
Description
Languages
Rust
100%