{"id":64135,"library":"deno-websocket","title":"Deno WebSocket","description":"Implementation of the WebSocket API for Deno, enabling real-time communication.","status":"active","version":"0.252.0","language":"rust","source_language":null,"source_url":"https://github.com/denoland/deno","tags":["websocket","deno","async","networking"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ndeno_websocket = \"0.252.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add deno_websocket","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"WebSocket","correct":"use deno_websocket::WebSocket;"}],"quickstart":{"code":"use deno_websocket::WebSocket;\nlet ws = WebSocket::connect(\"ws://example.com\").await.unwrap();","lang":"rust","description":"Connect to a WebSocket server."},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main] or similar.","message":"Requires an async runtime (e.g., tokio) to be used.","severity":"gotcha","affected_versions":">=0.252.0"}],"env_vars":null,"search_vec":"'api':7 'async':17 'communic':14 'deno':1,9,16 'enabl':10 'implement':3 'network':18 'real':12 'real-tim':11 'time':13 'websocket':2,6,15","created_at":"2026-06-17T16:52:23.292247+00:00","updated_at":"2026-06-17T16:52:23.292247+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/denoland/deno","github":"https://github.com/denoland/deno","docs":"https://docs.rs/deno_websocket/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}