@mdrewt/wrs

A small and minimally intrusive web socket router.


Keywords
rest, web, socket, router, ws, wsr, node
License
MIT
Install
npm install @mdrewt/wrs@0.0.2

Documentation

wrs

NPM version Build Status Coverage Status

A small and minimally intrusive web socket router.

Installation

npm install @mdrewt/wsr

Usage

var WSRouter = require('@mdrewt/wsr');
var router = WSRouter.new();

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.