Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 285 Bytes

readme.md

File metadata and controls

14 lines (7 loc) · 285 Bytes

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