Note, web2py includes a Comet module that uses WebSockets and the Tornado web server. The file is /gluon/contrib/comet_messaging.py ( http://code.google.com/p/web2py/source/browse/gluon/contrib/comet_messaging.py), and instructions are in the file. Here's a demo site that uses it: http://web2py.com/trading. Note, not all browsers support WebSockets yet. Anthony
On Monday, April 11, 2011 7:26:20 PM UTC-4, Jonathan Dobson wrote: > I think perhaps I have found something: Threaded Python Websocket Server > and Javascript > Client<http://www.nublue.co.uk/blog/threaded-python-websocket-server-and-javascript-client/>

