- Add browser WebSocket import compatibility test - Add platform-specific WebSocket clients (io/web) - Add protobuf client/server web variants - Fix WS protobuf server for browser compatibility - Remove deprecated ws_protobuf_client.dart (consolidated into platform-specific files) - Update test and server files for websocket functionality
3 lines
224 B
Dart
3 lines
224 B
Dart
// Browser stub: `WsProtobufServer` is not available on web targets because it
|
|
// depends on `dart:io` HttpServer. WebSocket server implementations remain
|
|
// IO-only; browsers can only act as clients via `WsProtobufClient`.
|