Crates.io | websocket-web |
lib.rs | websocket-web |
version | 0.1.7 |
created_at | 2025-01-21 17:53:51.79588+00 |
updated_at | 2025-03-07 11:42:34.981177+00 |
description | WebSockets on the web 🕸️ — WebSocket support in a JavaScript runtime environment, usually a web browser. |
homepage | |
repository | https://github.com/surban/websocket-web |
max_upload_size | |
id | 1525147 |
size | 101,493 |
This crate provides WebSocket support in a JavaScript runtime environment, usually a web browser.
If available it uses the experimental WebSocketStream API, otherwise the standardized WebSocket API is used.
websocket-web is licensed under the Apache 2.0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in websocket-web by you, shall be licensed as Apache 2.0, without any additional terms or conditions.