This is the back end. It must run on the same host as the front end. The front end is at https://github.com/ran-eh/no-client.
To build and run
git clone https://github.com/ran-eh/no-server
cd no-server
docker build -t no-server .
docker run -p 8000:800 no-server &