This application built using Node.js, Express, Socket.io, Mongoose, RESTful Web Service.
Make sure you have Node.js and npm install.
-
Install Dependencies
npm install
-
MongoDB start for need
mongod
command from a different terminal. -
Start the Application
node app.js
Application runs from localhost:3000.