mrjoes / tornadio2

Python socket.io server implementation on top of Tornado framework
Other
523 stars 118 forks source link

Support engine.io #47

Closed fawzyj closed 11 years ago

fawzyj commented 12 years ago

Socket.io 1.0 is around the corner , with its new core transport component engine.io (which also can be used standalone) , and actually many developers are shifting to use engine.io , because it is lightweight and more scalable than the full stack socket.io

I think that natively supporting engine.io is essential feature

mrjoes commented 11 years ago

Sorry, I'm closing for now. Engine.io is not stable yet (and almost a year has passed), so if I manage to add engine.io support, it will be separate project.