Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 228 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 228 Bytes

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/