Thanks for the recommendation. if I understand gevent-socketio (https://github.com/abourget/gevent-socketio) correctly, it is the same idea as Tornadio except that it replaces Tornado with Gevent. Is there any alternative that does not utilize Socket.io? If not, is there any working code making Socket.io (ver. 0.7 or higher) works with web2py? So far, it seems that no such working example exists for web2py, and the only attempt (using Tornadio and Tornadio2) I've found failed.
On Wednesday, May 2, 2012 7:02:51 PM UTC-4, Anthony wrote: > > Another option is Socket.IO, gevent, and gevent-socketio ( > https://bitbucket.org/Jeffrey/gevent-socketio). > > Anthony >

