- Docker
or if you plan on not running in a Docker environment,
- Node.js- NPM
$ chmod +x builddocker.sh
$ chmod +x rundocker.sh
# ./builddocker.sh
# ./rundocker.sh
Both the WebServer and the WebSocket server will start, The WebServer hosts the main HTML File using Express and the WebSocket Server listens for connections at the port 4685.
$ npm install
$ node webserver.js