zwssock icon indicating copy to clipboard operation
zwssock copied to clipboard

News?

Open Hideman85 opened this issue 7 years ago • 0 comments

I try to use zwssock with JSMQ to use ZeroMQ over WebSocket to link JavaScript browser-side app to a c++ backend.

I would like to implement a REQ-REP and a SUB-PUB patterns the first use for client ask some think to backend and get a result just after. The second SUB-PUB is use to send recurrent update from server to subscribers (JavaScript browser-side app).

Currently I found no way to broadcast message with a topic to all client was connected. So REQ-REP works (with JSMQ.Dealer) but SUB-PUB does not work...

Do you plan to fully implement ZeroMQ WebSocket RFC in order link any JavaScript browser-side app to any backend?

Hideman85 avatar Sep 28 '18 14:09 Hideman85