Learn something new about Python
Details
We will be hearing an interesting talk about Hookbox (http://labs.gameclosure.com/hookbox/), given by Salman Haq. Hookbox is a Comet server and message queue that tightly integrates with your existing web application via web hooks and a REST interface.
Hookbox appears to make it easy to integrate a UI with a back end server, and avoid issues with page update frequency and unnecessary traffic generate by multiple requests to check for server updates. Now you can just get the data as it becomes available....
