Can I use Socket.IO with Django? -


is there way use socket.io http://socket.io/ django?

sure can!

django arent asyncronous have use socket.io server in parallel normal django server, node.js isnt choice there exists others written in pure python.

here blog/tutorial uses gevent socket.io server.

http://codysoyland.com/2011/feb/6/evented-django-part-one-socketio-and-gevent/

for similar solution has bit more history can @ orbited, (www.orbited.org)


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -