mrjoes / sockjs-tornado

WebSocket emulation - Python server
MIT License
849 stars 162 forks source link

Current status and Tests #57

Open jpadilla opened 10 years ago

jpadilla commented 10 years ago

I see that this project has no tests only a test server.

From sockjs-twisted

SockJS-Twisted passes all SockJS-Protocol v0.3.3 tests, and all SockJS-Client qunit tests. It has been used in production environments, and should be free of any critical bugs.

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.

mrjoes commented 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.

adamboduch commented 10 years ago

Indeed, it does just work. Any plans to support Tornado 3.x?

jnsflint commented 10 years ago

We want to switch to sockjs. Does sockjs not support tornado 3.x (3.2)?

adamboduch commented 10 years ago

Looks like the master branch might, but I haven't had any luck with 1.0 (the pip/easy_install version).

FZambia commented 10 years ago

It works like a charm with tornado >= 3.1.1

excieve commented 10 years ago

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?