I want the events to be arbitrary events, for example: "User answered X", "User P sent you a message with Q".
views:
19answers:
1
A:
I believe that you want to take a look at: http://www.tornadoweb.org/documentation#non-blocking-asynchronous-requests
Also, take a look at the chat example app that comes packaged with Tornado.
Charles Hooper
2010-10-27 15:27:42