websocket library

Classes

FlintWebSocket
Represents a connected WebSocket client
WebSocketManager
WsRoute

Typedefs

WsAuthMiddleware = Future<bool> Function(HttpRequest req)
WsHandler = void Function(FlintWebSocket client, Map<String, String> params)