tornadio2 icon indicating copy to clipboard operation
tornadio2 copied to clipboard

Python socket.io server implementation on top of Tornado framework

Results 13 tornadio2 issues
Sort by recently updated
recently updated
newest added

On run example gen.py on tornado 2.3 raised exception ``` python ERROR:root:Failed to handle message: Traceback (most recent call last): File "/home/pooh/works/testtornado/lib/python2.6/site-packages/tornadio2/persistent.py", line 142, in on_message self.session.raw_message(message) File "/home/pooh/works/testtornado/lib/python2.6/site-packages/tornadio2/session.py", line...

I created logo for myself (used to speed dial in chrome). It may be useful... =) ![TornadIO2 Logo](http://dl.dropbox.com/u/714800/tornadio2_logo.png) ![TornadIO2 Logo](http://dl.dropbox.com/u/714800/speeddial2_example.png) png: http://dl.dropbox.com/u/714800/tornadio2_logo.png pxd (pixlr.com): http://dl.dropbox.com/u/714800/tornadio2_logo.pxd

Hey, in the old version of tornadio, we used to use the `_protocol` (private, i know) attribute on a `SocketConnection` object to check whether a connection was websockets or flashsocket...