- 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 |
||
|---|---|---|
| .. | ||
| example | ||
| packets | ||
| communicator.go | ||
| communicator_test.go | ||
| go.mod | ||
| go.sum | ||
| heartbeat_timer.go | ||
| socket_test.go | ||
| tcp_client.go | ||
| tcp_server.go | ||
| ws_client.go | ||
| ws_server.go | ||