A simple single server multiple client chat program I made to explore asynchronous programming in rust.
- Create chatrooms
- Join different chatrooms
- List available chatrooms
Multiple client single server.
--help to show what cli commands are visible
cargo build --release
./target/release/rchat -h localhost:20000
With logging enabled
RUST_LOG=rchat=info ./target/release/rchat -h localhost:20000
cargo build --release
./target/release/rchat-client -h localhost:20000 -n Bob