proto-socket/go
toki 14e4cd56d0 feat: add WebSocket/WSS support and Go implementation
- Add WebSocket binary frame support to protocol specification
- Update README and PROTOCOL.md to reflect dual TCP/WebSocket transport
- Add Go implementation with TCP, WebSocket, and heartbeat support
- Include .claude settings configuration
2026-04-11 08:33:46 +09:00
..
example feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
packets feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
communicator.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
communicator_test.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +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
socket_test.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
tcp_client.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
tcp_server.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
ws_client.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
ws_server.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00