Open jpadilla opened 10 years ago
Yes, sockjs-tornado is fully compatible with SockJS protocol and qunit tests.
Essentially, there's almost no activity in sockjs-tornado because it just works.
Indeed, it does just work. Any plans to support Tornado 3.x?
We want to switch to sockjs. Does sockjs not support tornado 3.x (3.2)?
Looks like the master branch might, but I haven't had any luck with 1.0 (the pip/easy_install version).
It works like a charm with tornado >= 3.1.1
More than a year since last release and some useful changes have gathered in master. Could it be the good time for a new release?
I see that this project has no tests only a test server.
From sockjs-twisted
What would be the status for this project? How can we make sure that sockjs-tornado passes all of SockJS-Protocol tests as well as SockJS-Client qunit tests? I could try implementing those qunit tests from sockjs-twisted and tweaking the server.py.