Skip to content

Calamari/highscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published