views:

19

answers:

1

I want the events to be arbitrary events, for example: "User answered X", "User P sent you a message with Q".

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