Crates.io | tokio-tungstenite-wasm |
lib.rs | tokio-tungstenite-wasm |
version | 0.3.1 |
source | src |
created_at | 2022-01-09 20:26:58.373599 |
updated_at | 2024-03-21 10:59:44.441222 |
description | A wrapper around websys and tokio-tungstenite that makes it easy to use websockets cross-platform. |
homepage | https://github.com/TannerRogalsky/tokio-tungstenite-wasm |
repository | https://github.com/TannerRogalsky/tokio-tungstenite-wasm |
max_upload_size | |
id | 510975 |
size | 53,958 |
A wrapper around websys and tokio-tungstenite that makes it easy to use websockets cross-platform.
As with tungstenite-rs TLS is supported on all platforms using native-tls or rustls through feature flags: native-tls, rustls-tls-native-roots or rustls-tls-webpki-roots feature flags. Neither is enabled by default. See the Cargo.toml for more information. If you require support for secure WebSockets (wss://) enable one of them.
These are, at time of writing, at parity with tokio-tungstenite.