https://github.com/007tickooayush/socketioxide-rust-chat
A socket.io implementation of websockets using Rust programming to create an Http Server capable of handling websocket and HTTP requests.
https://github.com/007tickooayush/socketioxide-rust-chat
axum mongodb rust serde serde-json socket-io socketioxide tokio websocket
Last synced: about 2 months ago
JSON representation
A socket.io implementation of websockets using Rust programming to create an Http Server capable of handling websocket and HTTP requests.
- Host: GitHub
- URL: https://github.com/007tickooayush/socketioxide-rust-chat
- Owner: 007tickooayush
- Created: 2024-05-24T12:02:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-05T16:09:54.000Z (7 months ago)
- Last Synced: 2025-02-01T01:36:31.454Z (4 months ago)
- Topics: axum, mongodb, rust, serde, serde-json, socket-io, socketioxide, tokio, websocket
- Language: Rust
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Server for [socketioxide-chat-react](https://github.com/007tickooayush/socketioxide-chat-react)
### - Realtime communication using socketioxide(socket.io) library.
### - Lightining fast response due to Rust's zero-cost abstraction.
### - Handling erquest concurrently and asynchronously via Tokio + Axum + Tower.