Skip to main content

Crate websock_wasm

Crate websock_wasm 

Source
Expand description

WebAssembly transport implementation for browser-based WebSockets.

Modules§

stream
Sink/Stream split helpers for browser WebSocket connections.

Structs§

Client
Reusable WebSocket client created by ClientBuilder.
ClientBuilder
Builder for creating a WebSocket client.
Connection
WebSocket connection wrapper for browser WebSockets.
DangerousClientBuilder
Builder that can attempt to disable certificate verification.

Functions§

connect
Establish a browser WebSocket connection.