Mongo chat is a sample Node.js chat application that uses socket.io and mongoose.
- node.js
- mongodb
- npm
git clone [repo]
cd mongo-chat
npm install
-
Make sure mongodb is running
mongod
-
Run the app
node app.js
http://nodejs.org/ http://npmjs.org/ http://expressjs.com/ http://www.mongodb.org/display/DOCS/Tutorial http://mongoosejs.com/ http://jade-lang.com/