tokio-tungstenite
Asynchronous WebSockets for Tokio stack.
Usage
Add this in your Cargo.toml:
[]
= "*"
Take a look at the examples/ directory for client and server examples. You may also want to get familiar with
Tokio if you don't have any experience with it.
What is tokio-tungstenite?
This crate is based on tungstenite-rs Rust WebSocket library and provides Tokio bindings and wrappers for it, so you
can use it with non-blocking/asynchronous TcpStreams from and couple it together with other crates from Tokio stack.