proto-socket/dart/lib/src/ws_protobuf_server_web.dart
toki 86d704a0bb feat: dart web e2e support and ws protobuf fixes
- 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
2026-05-24 22:36:52 +09:00

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`.