websocket-web 0.1.7

WebSockets on the web 🕸️ — WebSocket support in a JavaScript runtime environment, usually a web browser.
Documentation
# 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.

[![crates.io page](https://img.shields.io/crates/v/websocket-web)](https://crates.io/crates/websocket-web)
[![docs.rs page](https://docs.rs/websocket-web/badge.svg)](https://docs.rs/websocket-web)
[![Apache 2 license](https://img.shields.io/crates/l/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.