An example websocket server with a bundled client to test it. (the optional docker image will be server only)
Commands:
Install: (requires node and npm)
npm install
Build:
npm run build
Start server:
npm run server
Start client:
npm run client
Test (not yet added):
npm run test