833c7066ac75a0a2c1e101166eacea37a5f3ddd1
MINH_CORD
A wannabe discord clone but currently only support chatting via TCP sockets with the help of tokio Rust async runtime.
Dependencies
rusttelnet
Installation
- Run
cargo buildat project root to build the binary.
Running
Development
- Run the server with
cargo runorRUST_LOG=debug cargo runto run with debug.
Production
- Run the binary with
./minh_cord.
Connecting to the server
- Run the server with the above commands.
- Run
telnet {SERVER_INTERNAL_IP_ADDRESS}from a client to connect to the server.
Description
Languages
Rust
100%