SockJS or Socket.IO? Worth to recode ajax-based page? [closed]
Which one's better: Socket.IO or SockJS and what are the biggest differences? How difficult is it to rebuild a completely ajax based page into a node.JS / socket.io based page? Do I have to recode absolutely everything? Are there any good tutorials on how to do this? Is it worth to do it (in your opinion)? SockJS has more server-side options available. If you don't want to be tied to Node.js, then it may be an option. The scaling seems to work best, from some benchmarks using PyPy to host the server-side portion. socket.io has more transport options, which include Flash. Even if you don't like