Hi Andrew,


SockJS is a different project from socket.io; it just tries to solve a similar problem (WebSockets everywhere).

If you literally need socket.io and not a similar thing in the same problem space, then SockJS will not help you.

You can read about the spec for SockJS here: https://github.com/sockjs/sockjs-protocol

hth
lvh