/chat-server-example

Simple Socket Chat Server in Rust, 2017 Edition

Primary LanguageRust

A simple chat server in rust as example for TCPStream, BufStream, channel, spawn, Arc and RwLock

An updated version of this outdated example. Most APIs have changed since that one was written.