websocket
websocket copied to clipboard
JSONRPC2 + Gorilla Websockets Example?
Wondering if anyone is aware of complete server and client examples of JSONRPC2 + websocket using Gorilla? With all the flavors of codec and registering and other forms of indirection, it's taking me longer than expect to figure this out. I've seen some partial examples, but nothing that does both ends. Any help would be greatly appreciated.
Hello, not a JSONRPC2 (not sure how critical is this for you), but pretty complete - with JSON and Protobuf protocols, scalability to many machines, channel (room) concept, client SDKs for JS/Dart/Swift/Go/Java, etc – https://github.com/centrifugal/centrifuge