Hello welcome to my rust chat server. This chat app is built upon an async framework in rust called tokio.
How to get started:
- Clone the repo (install cargo if you haven't)
- cargo build in your terminal window
- cargo run in your terminal
- get telnet to emulate clients
- open as many new terminal windows and use run "telnet localhost 8080" in each to set up clients
- The chat app is up and running start messaging!