/RustBasicChat

A basic chat system in Rust

Primary LanguageRust

RustBasicChat

A basic chat system in Rust

Started by following https://book.async.rs/tutorial/index.html this tutorial.

Then updated it to use Tokio. This was an example to help better understand Rust async networking using the Tokio crate.