An implementation of a Socket.IO client written in Rust for real-time bidirectional communication.
# Cargo.toml
[dependencies]
rust_socketio = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to a Socket.IO server and emits an event.
Add `tokio` dependency and use `#[tokio::main]` or similar.
No dependency data recorded yet.