{"id":68361,"library":"fastwebsockets","title":"FastWebSockets","description":"A fast RFC6455 WebSocket server implementation.","status":"active","version":"0.10.0","language":"rust","source_language":null,"source_url":"https://github.com/denoland/fastwebsockets","tags":["websocket","rfc6455","async","networking"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nfastwebsockets = \"0.10.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add fastwebsockets","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"WebSocket","correct":"use fastwebsockets::WebSocket;"}],"quickstart":{"code":"use fastwebsockets::WebSocket;\n\nfn main() {\n    let ws = WebSocket::new(\"ws://example.com\").unwrap();\n    println!(\"WebSocket connected\");\n}","lang":"rust","description":"Connect to a WebSocket server."},"warnings":[{"fix":"Add `tokio = { version = \"1\", features = [\"full\"] }` and use `#[tokio::main]`.","message":"Requires an async runtime like Tokio.","severity":"gotcha","affected_versions":">=0.10.0"}],"env_vars":null,"search_vec":"'async':10 'fast':3 'fastwebsocket':1 'implement':7 'network':11 'rfc6455':4,9 'server':6 'websocket':5,8","created_at":"2026-06-17T17:48:48.610575+00:00","updated_at":"2026-06-17T17:48:48.610575+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/fastwebsockets","github":"https://github.com/denoland/fastwebsockets","docs":"https://docs.rs/fastwebsockets/","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}}