3 comments

[ 3.2 ms ] story [ 23.5 ms ] thread
Sweeeet. I've been wondering for a while about doing Comet style realtime stuff in Django and wondered if Tornado would work. This post inspired me to search the Tornado mailing list and, sure enough, there's a great thread with a full example explaining how to do it. Very awesome, I love the internet.

For others wondering about how to do realtime in django, here's the thread: http://groups.google.com/group/python-tornado/browse_thread/...

Wow, that's awesome. Thanks for sharing :)
I've been using Tornado for the past few months, and it's great. The code is straightforward and easy to read. It does what it does very well.

See http://www.tornadoweb.org/ for an intro.