Implementation of the WebSocket API for Deno, enabling real-time communication.
# Cargo.toml
[dependencies]
deno_websocket = "0.252.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to a WebSocket server.
Add tokio as a dependency and use #[tokio::main] or similar.
No dependency data recorded yet.