proto-socket/go
toki 839e97f245 feat: add Dart-Kotlin crosstest and improve WS protobuf server
- Add Dart-Kotlin crosstest implementation (dart_kotlin.dart, kotlin_dart.kt)
- Add Dart-Kotlin client implementation for Go (kotlin_dart_client.kt, dart_kotlin_client.dart)
- Update SKILL.md and openai.yaml for crosstest language support
- Improve ws_protobuf_server.dart with better error handling
- Fix crosstest client implementations for Go
2026-04-12 23:03:38 +09:00
..
crosstest feat: add Dart-Kotlin crosstest and improve WS protobuf server 2026-04-12 23:03:38 +09:00
examples Refactor project structure and add Close() method 2026-04-11 09:54:03 +09:00
packets feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
test refactor: implement HeartbeatMixin for heartbeat handling 2026-04-11 16:33:40 +09:00
base_client.go Refactor client implementations with baseClient pattern 2026-04-11 13:52:50 +09:00
communicator.go Refactor project structure and add Close() method 2026-04-11 09:54:03 +09:00
go.mod feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
go.sum feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
heartbeat_timer.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
tcp_client.go Refactor client implementations with baseClient pattern 2026-04-11 13:52:50 +09:00
tcp_server.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
ws_client.go Refactor client implementations with baseClient pattern 2026-04-11 13:52:50 +09:00
ws_server.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00