zwssock
zwssock copied to clipboard
News?
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?