websocket icon indicating copy to clipboard operation
websocket copied to clipboard

JSONRPC2 + Gorilla Websockets Example?

Open jrbrodie77 opened this issue 2 years ago • 1 comments

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.

jrbrodie77 avatar Aug 03 '22 15:08 jrbrodie77

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

FZambia avatar Aug 03 '22 16:08 FZambia