Skip to content
necroscope edited this page Apr 10, 2014 · 32 revisions

1.# Authentication: If your mongodb instance requires a user name and password edit the database_configuration.json and use a connection string like the following: "url": "mongodb://adminuser:[email protected]:port/dbname"

  1. Need socket.io and mongodb then type:

  2. npm install mongodb
  3. npm install socket.io
Clone this wiki locally