web-socket-io 0.1.0

A protocol for event-driven, bi-directional communication between clients and servers
Documentation
  • Coverage
  • 100%
    30 out of 30 items documented2 out of 22 items with examples
  • Size
  • Source code size: 21.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.61 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • nurmohammed840/web-socket-io
    7 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nurmohammed840

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.