<div dir="ltr"><div style>Recently I've been playing with Nodejs and websockets, looks like their community has advanced far ahead of us. For example</div><div><br></div><a href="http://nodejs.org/api/cluster.html">http://nodejs.org/api/cluster.html</a><div>

<br></div><div>The best we've got is something like Celery, or Telegraphy for Django, We have multiprocessing module but it's often recommended to use zeromq/rabbitmq/pyro/billiard. We really need more than these scaffolds in Python world. Something like interchangeable async worker interface (to replace WSGI).</div>

<div><br></div><div style>What do you guys think?</div></div>