Skip to content

Commit

Permalink
Update readme for feature information.
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerRogalsky committed Feb 22, 2024
1 parent 8af93cb commit 115fc45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# tokio-tungstenite-wasm
A wrapper around websys and tokio-tungstenite that makes it easy to use websockets cross-platform.

## Features

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](https://github.com/snapview/tokio-tungstenite/tree/master?tab=readme-ov-file#features).

0 comments on commit 115fc45

Please sign in to comment.