An open API service indexing awesome lists of open source software.

https://github.com/rggh/chatroom

Rust Chatroom Using Websockets
https://github.com/rggh/chatroom

learning-rust rust warp websockets

Last synced: 11 months ago
JSON representation

Rust Chatroom Using Websockets

Awesome Lists containing this project

README

          

- A shared state mechanism to track messages and connected clients
- WebSocket handlers for broadcasting messages to all clients
- HTML/JavaScript frontend served from your Rust code