Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Simple Websocket Server to create a realtime dashboard

License

Notifications You must be signed in to change notification settings

ProjectPepperHSB/WebsocketServer

Repository files navigation

WebsocketServer

Image of the site

A Simple Websocketserver to get data and send to the Browser.

Requirements

  • NodeJS
  • npm

Installation

~$ npm i

Quick Start

~$ npm run dev

Notes

If running with pepper, you have to run npm run prod and check the IP address of the local machine. This IP must be entered into the Pepper app.

The dummy script included here shows hwo to send the requests, to display the data on the dashboard.