axum-socket-io

Crates.ioaxum-socket-io
lib.rsaxum-socket-io
version0.1.0
created_at2024-09-27 16:30:24.581065+00
updated_at2024-09-27 16:30:24.581065+00
descriptionA protocol for event-driven, bi-directional communication between clients and servers
homepagehttps://nurmohammed840.github.io/web-socket-io/
repositoryhttps://github.com/nurmohammed840/web-socket-io
max_upload_size
id1388783
size7,223
Nur (nurmohammed840)

documentation

README

web-socket-io

It provides a robust framework for real-time communication over WebSocket, inspired by Socket.IO. It simplifies the process of sending and receiving messages while offering built-in support for cancellation and timeout functionalities.

Features

  • Request/Response: clients to send requests and receive responses from the server.
  • Cancellation: mechanisms to cancel ongoing operations on requests.
  • Bi-directional Notifications: allowing both clients and servers to notify each other of events instantly. similar to Socket.IO

Learn More

  • Tutorial - Step-by-step guide to get you started.
  • Protocol Design - Overview of the protocol used for communication.

License

This project is licensed under the MIT License.

Commit count: 16

cargo fmt