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
- Host: GitHub
- URL: https://github.com/rggh/chatroom
- Owner: RGGH
- Created: 2025-03-16T17:59:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T18:38:09.000Z (11 months ago)
- Last Synced: 2025-03-16T19:43:45.806Z (11 months ago)
- Topics: learning-rust, rust, warp, websockets
- Language: HTML
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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