websocket-web

Crates.iowebsocket-web
lib.rswebsocket-web
version
sourcesrc
created_at2025-01-21 17:53:51.79588+00
updated_at2025-03-07 11:42:34.981177+00
descriptionWebSockets on the web 🕸️ — WebSocket support in a JavaScript runtime environment, usually a web browser.
homepage
repositoryhttps://github.com/surban/websocket-web
max_upload_size
id1525147
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sebastian Urban (surban)

documentation

README

websocket-web — WebSockets on the web 🕸️

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.

crates.io page docs.rs page Apache 2 license

License

websocket-web is licensed under the Apache 2.0 license.

Contribution

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.

Commit count: 6

cargo fmt