A chat server written entirely in Rust using the Tokio
I made a bash script to setup and run the project for you. If you don't have sertain requirements installed, it will automatically install them
git clone https://github.com/DavidBalishyan/chat.rs.git
cd chat.rs
chmod +x ./run.sh
./run.sh <args>
Find the client at github.com/DavidBalishyan/chat-client.rs
Done! Enjoy the app
This is a rewrite of my C-Chat project