fork me and clone your repository locally.
install node.js then run from the command line
npm installcheck your install: run the test
npm testThe 2 tests should pass.
from your command line
node app.jsOpen your browser and navigate to
http://localhost:7000/pingAnd show your friends what you have so far
Deploy and run your server so that the game can call it.
For example, on a local server that can be accessed by the internet, just run
node app.jsOn a cloud, refer to the specific documentation of the cloud, modify your server accordingly and deploy