1.0.0 • Published 9 years ago

sockjs-client-node v1.0.0

Weekly downloads
48
License
MIT
Repository
-
Last release
9 years ago

Deprecated

This project has been deprecated in favor of the official SockJS-client which now works seamlessly across Node.js and browser environments.

sockjs-client-node

Version npmBuild StatusDependenciesCoverage StatusIRC channel

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.

Installation

npm install sockjs-client-node

API

var SockJS = require('sockjs-client-node');

//
// The API is exactly the same as the regular sockjs client.
//

License

MIT

1.0.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

10 years ago

0.0.0

11 years ago