Rust Socket.IO Client v3
Rust implementation of Socket.IO client with support for Engine.IO protocol version 3 (EIO=3).
Features
- ✅ Engine.IO protocol version 3 support
- ✅ WebSocket transport
- ✅ Automatic reconnection
- ✅ Event handling (emit/on)
- ✅ Namespace support
- ✅ Acknowledgment support
Usage
use ;
use json;
async
Protocol
The library supports Engine.IO version 3 (EIO=3), which ensures compatibility with Socket.IO servers version 2.x.
License
MIT