/4at

Simple Multi-User Chat

Primary LanguageRustMIT LicenseMIT

4at

Simple Multi-User Chat.

The code has fallen to "Rewrite it in Rust" disease. You can find the legacy Go version in ./legacy-go-version if you still need it

Quick Start

$ rustc server.rs
$ ./server
$ telnet 127.0.0.1 6969