FakeSystem

A fake system module that connects to the dev server and produces event in random fashion.

Installation

npm install

Running

First start your server with npm start from server folder, then run npm start in fake_system folder.

Tests

npm test

mocha is expected to be available globally. If test fails, please install it with: sudo npm install -g mocha