This project has been deprecated in favor of the official SockJS-client which now works seamlessly across Node.js and browser environments.
This is a small wrapper around the sockjs-client
framework that was designed
for browsers. It wraps it in a jsdom
environment and adds some WebSocket
magic to make it go fast.
npm install sockjs-client-node
var SockJS = require('sockjs-client-node');
//
// The API is exactly the same as the regular sockjs client.
//
MIT