This work is firstly inspired by simple-signaling-server and then further extended.
To run the application locally
make local-install
make local-runTo build and run as a docker container
make -iTo publish the docker image
docker login
make -i publish username=footo run the docker image on a server
docker run -d -p 8080:8080 --name signal-server username/signal-server:latestNOTE: Open the firewall on the server