A simple chat application in nodejs and mongodb
Prerequists
- install Nodejs with latest version
- install npm make sure latest version
- start with npm init
npm init
- Add Node module with
npm install
- Add Dependacies in project
npm install express mongoose session
Run withnode server.js
hit the link in browserhttp://localhost:8080/