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

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.

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.