ash-dvlpr / chatroom_server

Barebones Async chatroom server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Barebones Async chatroom server


Languages

Language:Rust 100.0%