Chat in realtime using MEAN + SOCKET.IO with Bootstrap
- NodeJS
- MongoDB
- Clone or download it
- Add project dependencies with npm and bower (in your terminal):
npm install
npm install -g bower
bower install
- Run a MongoDb server (in your terminal n°2)
mongod
- Run the project server node (in your terminal):
node server.js
- Run http://localhost:3000 in your favorite browser