A simple CLI chatroom written in Rust running on localhost.
Set the SERVER_PORT
env variable to change the server's port (default is 8080
).
-
Start the server
cargo run --bin server
-
Connect the clients from different terminals:
cargo run --bin client
-
Start typing messages in the CLI.