eioc
Async Engine.IO protocol v4 client for Rust.
What is the Engine.IO protocol?
The Engine.IO protocol v4 enables full-duplex, low-overhead communication between a client and a server. It is based on the WebSocket protocol and uses HTTP long-polling as fallback if a WebSocket connection cannot be established.
Usage
Most users will never touch this crate directly. The higher-level sioc crate builds on top of it.
License
MIT OR Apache-2.0.