telnet-chat icon indicating copy to clipboard operation
telnet-chat copied to clipboard

Example of using actors in Rust.

Telnet chat

This project is an example of how to write a chat server with Tokio using the technique known as an actor.

The project is meant to illustrate the techniques outlined in: https://ryhl.io/blog/actors-with-tokio/