socket-io-faker

socket-io server which reply fake data

Usage no npm install needed!

<script type="module">
  import socketIoFaker from 'https://cdn.skypack.dev/socket-io-faker';
</script>

README

socket-io-faker

socket-io server which reply fake data

build status

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 .