More comet with gevent
December 5, 2009
Check out http://rss.im/stream/
This is my response to Superfeedr competition. It’s a gevent/django webapp that reads an Atom stream provided by Superfeedr, converts the entries to JSON and broadcasts them to a number of long polling listeners, similar to the long polling chat example I posted before.
On the client side, to make the stream digestible by humans, scrolling is avoided altogether and the pace of the stream is controlled by hovering mouse over the entries.
The source code: http://bitbucket.org/denis/stream-web/
Categories: Example
comet, gevent, python, superfeedr