/chatroom_server

Barebones Async chatroom server

Primary LanguageRust

Chatroom Server

Simple Async Chatroom Server made with Rust and Tokio

How to use

Simply build and run the proyect and connect to PORT 9090 with a Telnet client.

telnet localhost 9090

NOTE: The port number is arbitrary and can be changed in config.rs.

TODO List:

  • Multiple messages
  • Multiple clients
  • Fix Telnet bugginess
  • Write client program