Do you know if it's possible to use the SockJS protocol over your websocket plugin? SockJS provides transparent fallbacks (XHR, etc) in cases were we can't use websockets (e.g. old Android versions). I want the fallback, but I'd like to use websockets wherever possible. So I guess I need for SockJS to use your Websocket object, but before I dig in, do you know already if it's possible? Tried Socket.IO?