How should I implement reverse AJAX in a Django application? How should I implement reverse AJAX in a Django application? django django

How should I implement reverse AJAX in a Django application?


Have take a look at Tornado?

Using WSGI for comet/long-polling apps is not a good choice because don't support non-blocking requests.


The Nginx Push Stream Module provides a simple HTTP interface for both the server and the client.

The Nginx HTTP Push Module is similar, but seems to no longer be maintained.