Calamari / highscore

A minimal highscore server app in node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A minimal highscore server app in node.js


Languages

Language:JavaScript 100.0%