Skip to content

🍻🍻🍻 A websocket endpoint generator 🍻🍻🍻

License

Notifications You must be signed in to change notification settings

proteus-h2020/fake-websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#fake-websockets This is a specific project used by proteus-charts. It generates fake data according to a different set of data models (lines, bars, streams, etc.)

##Getting started

git clone https://github.com/proteus-h2020/fake-websockets
npm install
node index.js

After that, all the websocket endpoint are ready and listening for incoming connections.

##Connecting to endpoints Below the available endpoints that this program creates:

//Simple endpoints
var linechart =  'ws://localhost:3000/linechart';
var gauge =  'ws://localhost:3000/gauge';
var barchart =  'ws://localhost:3000/barchart';
var swimlane =  'ws://localhost:3000/swimlane';

//Multiseries endpoint
var multiseriesLinechart =  'ws://localhost:3000/multiseriesLinechart';
var multiseriesBarchart =  'ws://localhost:3000/multiseriesBarchart';

About

🍻🍻🍻 A websocket endpoint generator 🍻🍻🍻

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published