socket-io-faker
v1.0.0
Published
socket-io server which reply fake data
Downloads
5
Readme
socket-io-faker
socket-io server which reply fake data
Installation
This module is installed via npm:
$ npm install socket-io-faker
Example Usage
Creating a fake api-ng server
git clone https://github.com/letsface/socket-io-faker
cd socket-io-faker
npm install
cd examples
node api-ng.js
Play it with ThreePin
git clone https://github.com/letsface/ThreePin.git
npm install -g serve
cd ThreePin
serve .