I want to push data to the browser over HTTP without killing my django/python application.
I decided to use a comet server, to proxy requests between my application and the client (though I still haven't really figured it out properly).
I've looked into the following engines: orbited cometd ejabberd jetty
Has anyone had any experience working with these servers and deploying them? Any insight and links regarding the topics would be great. Thank you.