https://github.com/surban/websocket-web
WebSockets on the web 🕸️
https://github.com/surban/websocket-web
rust webassembly websocket
Last synced: 3 months ago
JSON representation
WebSockets on the web 🕸️
- Host: GitHub
- URL: https://github.com/surban/websocket-web
- Owner: surban
- License: other
- Created: 2025-01-18T20:23:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-07T11:44:57.000Z (over 1 year ago)
- Last Synced: 2025-10-08T09:15:40.322Z (9 months ago)
- Topics: rust, webassembly, websocket
- Language: Rust
- Homepage: https://crates.io/crates/websocket-web
- Size: 75.2 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://developer.mozilla.org/en-US/docs/Web/API/WebSocketStream),
otherwise the standardized [WebSocket API](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API)
is used.
[](https://crates.io/crates/websocket-web)
[](https://docs.rs/websocket-web)
[](https://raw.githubusercontent.com/surban/websocket-web/master/LICENSE)
## License
websocket-web is licensed under the [Apache 2.0 license].
[Apache 2.0 license]: https://github.com/surban/websocket-web/blob/master/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.