- 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
8 lines
123 B
Modula-2
8 lines
123 B
Modula-2
module toki-labs.com/toki_socket/go
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
google.golang.org/protobuf v1.36.5
|
|
nhooyr.io/websocket v1.8.17
|
|
)
|