WebSockets for hyper servers using the tungstenite library.
# Cargo.toml
[dependencies]
hyper-tungstenite = "0.19.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Upgrades an HTTP request to a WebSocket connection using hyper and tungstenite.
Add tokio as a dependency and use #[tokio::main] or similar.
No dependency data recorded yet.