Writing a real-time chat app using Hookbox and Flask October 02, 2010 17:07 / 0 comments

In this post I'll show how I used Hookbox, a comet server/message queue, and Flask, a lightweight python web framework, to create a simple real-time chat app. This post will walk through creating a bare-bones example, then discuss ways to add additional functionality.