- A simple chat room written in Rust. The goal of this project is to learn how to use Rust's
std::netlibrary to create a simple chat room.
- Multiple clients can connect to the server.
- Messages are broadcasted to all other clients.
- Clients are provided with a unique ID.
- Rust
- Cargo
- Clone the repository
- Run the server
cargo run --bin server port username_length- Start a client
cargo run --bin client port