Skip to main content

Crate lightyear_websocket

Crate lightyear_websocket 

Source
Expand description

WebSocket transport wrappers for Lightyear.

This crate adapts aeronet_websocket into Lightyear’s transport-neutral Link model through lightyear_aeronet. Client support is available with the client feature. Server support is available with the server feature on non-WASM targets.

Modules§

clientclient
Client-side WebSocket transport integration. Client-side WebSocket transport integration.
prelude
Re-exports commonly needed by applications configuring WebSocket transport.
serverserver and non-target_family=wasm
Server-side WebSocket transport integration. Server-side WebSocket transport integration.

Enums§

WebSocketError
Errors produced while creating WebSocket client or server transport entities.