A simple Rust-based chat system with a server and terminal clients. Multiple users can connect, create rooms, and chat in real time.
- Rust (for 
cargo run) - The terminal client alias/command 
crshould be available (update this if youβre using a different client runner) 
git clone https://github.com/0xzrf/TermChat
cd TermChatchange directories to server and run it:
cd server && cargo runleave the terminal open and start a new terminal
come to the terminal-client folder, and run it using:
cd terminal-client && cargo runOpen a new termina, and use the above command again to start another terminal client
Write the following command in the first terminal client:
/create lodgeand in the second client, write:
/join lodgeNow, whatever message you send to the channel should appear in the second terminal
use the following command to see available options:
/help