An Isomorphic transport layer library for both node and browsers. Built on ws and native browser WebSocket implementations.
In addition to standard websocket features, universal-ws
provides:
- Server-to-Client Heartbeat
- Request-Response bidirectionally
- Connection authentication
This library is comprised of a client and server module:
npm test
To run browser tests, install optional dependencies
npm run unit-test
npm run system-test
npm install nightwatch chromedriver -G
npm run browser-test