Designing chat application - Send message to other connected client (Rust backend)
To practice my Rust skills I want to build a chat application. Before doing so, I searched google on "chat application rust github" and I get a few examples, but they are all not maintained. I am not sure how to send messages between clients that are...