Websocket emulation?

29 views
Skip to first unread message

Arnuschky

unread,
Feb 29, 2016, 1:12:39 PM2/29/16
to python-pulsar
Hello,

Is there a project out there that implements websocket emulation for pulsar? Examples would be socket.io or preferrably sockjs.

(Out of curiousity: I found an issue about this in the pulsar github, but it says "rejected" without giving a reason. Does anyone know why?)

Cheers
Arnuschky

lsbardel

unread,
Mar 1, 2016, 1:49:28 PM3/1/16
to python-pulsar
Hi


On Monday, February 29, 2016 at 6:12:39 PM UTC, Arnuschky wrote:
Hello,

Is there a project out there that implements websocket emulation for pulsar? Examples would be socket.io or preferrably sockjs.

Yes, there is, not well documented, but it works fine. The sockjs emulator is implemented in the lux toolkit


The Router is implemented here


Not all transports are available, infact only the websocket transport has been tested.
 
(Out of curiousity: I found an issue about this in the pulsar github, but it says "rejected" without giving a reason. Does anyone know why?)

Because implementing it inside pulsar library is not the best approach.
It would be great if it was managed by a stand-alone library which depends on pulsar.

Reply all
Reply to author
Forward
0 new messages