Chat application with socket.io and MongoDB.
git clone https://github.com/joseanfernandez/mongodb-chat
cd mongodb-chat
npm install
Read before how to create a new database here
Create a new database called chat.
npm start
Go to http://localhost:3000