[Twisted-Python] Protocol for socket.io

Flavio Grossi flaviogrossi at gmail.com
Mon Jan 27 01:32:28 MST 2014


Laurens Van Houtven <_ <at> lvh.io> writes:

> 
> 
> Hi Andrew,
> No idea about socket.io, but if you're free to pick whatever you want, and 
you just want "websockets, damnit!" then sockjs is actually better, and has 
excellent twisted support.hthlvh



Agreed on using sockjs.

There are at least two sockjs server implementation using twisted that i know 
of: sockjs-twisted [1] and (shameless plug) sockjs-cyclone [2]

As per rpc and pubsub support i have personally used wamp [3] and websocket-
multiplex [4] with great success.

Hope this helps,

Flavio


[1] https://github.com/DesertBus/sockjs-twisted
[2] https://github.com/flaviogrossi/sockjs-cyclone
[3] http://wamp.ws/
[4] https://github.com/sockjs/websocket-multiplex





More information about the Twisted-Python mailing list