tapan
tapan

Reputation: 1796

Which Javascript library works best with Tornado for a realtime app?

I am looking for cross browser support and better integration on the server-side, kind of like how socket.io is so easy to set up with node.js. I am currently using socket.io with tornadio. Any other suggestions I should look into?

Upvotes: 0

Views: 323

Answers (1)

Joes
Joes

Reputation: 1818

Check sockjs-tornado: https://github.com/MrJoes/sockjs-tornado

I found SockJS client to be more stable than socket.io one.

Upvotes: 1

Related Questions