Totodore / socketioxide

A socket.io server implementation in Rust that integrates with the Tower ecosystem and the Tokio stack.
https://docs.rs/socketioxide
MIT License
1.21k stars 52 forks source link

chat room example with loco as a backend #254

Closed kaplanelad closed 8 months ago

kaplanelad commented 8 months ago

In response to the @tausifcreates issue raised in our Loco repository, we have integrated the Socketioxide crate in our project.

I've included a usage example demonstrating leveraging socketioxide with Loco as the backend.

kaplanelad commented 8 months ago

I fixed the formatting. Thank you, everyone, for your efforts!