[IPython-dev] SockJS

Jason Grout jason-sage at creativetrax.com
Tue Jun 26 17:32:38 EDT 2012


Have you guys thought about using the SockJS library to implement the 
websockets?  It falls back to older methods if the browser doesn't 
support Websockets, and is designed as a drop-in replacement for 
websocket objects.  There is a tornado-sockjs package as well.

Here are some relevant links:

https://github.com/sockjs

https://github.com/MrJoes/sockjs-tornado

https://groups.google.com/forum/#!topic/sockjs/lgzxVnlth54/discussion 
(see in particular Serge's post; third one from the top).

http://www.rabbitmq.com/blog/2011/08/22/sockjs-web-messaging-aint-easy/

http://www.rabbitmq.com/blog/2011/09/13/sockjs-websocket-emulation/

Thanks,

Jason



More information about the IPython-dev mailing list