Real-world real-time web apps with Python equals Django + Orbited + Twisted
Posted on December 17th, 2009
Some things are better in real-time. Day-to-day activities such as conversations, multi-user games, and collaborative projects are far more exciting and productive when immediate feedback from others is available. Many web applications could gain significant new value by adding real-time features.
Currently though, it's a significant challenge to create real-time web applications. In this post I'll give a Python-centric ... Read more