proto-socket/go
toki 9cc1f1d58f sync: update communicator implementation across all languages
- Align protocol documentation (PROTOCOL.md, README.md, VERSIONING.md)
- Go: add nonce test, update communicator
- Kotlin: update Communicator, TcpClient, TcpServer, add TLS test
- Python: update all modules, add certificate test resources
- TypeScript: update communicator, tcp/ws clients and servers, add tests
- Dart: update communicator, heartbeat mixin, and tests
2026-04-26 05:31:56 +09:00
..
crosstest update: crosstest coverage and proto restructure changes 2026-04-25 07:00:53 +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 update: crosstest coverage and proto restructure changes 2026-04-25 07:00:53 +09:00
base_client.go Refactor client implementations with baseClient pattern 2026-04-11 13:52:50 +09:00
communicator.go sync: update communicator implementation across all languages 2026-04-26 05:31:56 +09:00
communicator_nonce_test.go sync: update communicator implementation across all languages 2026-04-26 05:31:56 +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