Highscore A minimal highscore server. Using node.js and mongodb. installation Install node.js and mongoDB. Then start mongoDB server: mongod --dbpath [YOUR_HIGHSCORE_DIR]/data/db And then start the server: node server.js