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/
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/