Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 326 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 326 Bytes

Installation

Run npm install to install dependencies.

Configure following parameters to match your set-up:

  • serialPort
  • httpPort
  • webSocketPort
  • Path to static (front-end data)

Usage

Run node server.js to start the server. Go to http://localhost:your_port/your/path/to/index.html in your browser.