spry_websocket library

WebSocket for Spry framework.

Spry WebSocket is a Spry handler for handling WebSocket requests.

Classes

SpryWebSocket
Spry WebSocket handler.
WebSocketChannel
A StreamChannel that communicates over a WebSocket.

Typedefs

WebSocketConnectedCallback = FutureOr<void> Function(Context context, WebSocketChannel channel)
WebSocket connected callback.