A real time chat application built with Node.js, Express.js and Soket.io.
- Handlebars
- Materialize.css
MongoDB
- Make sure you have Node.js and npm installed.
- Clone or Download the repository
$ git clone https://github.com/Noeemi/node-chat.git
$ git cd node-chat
- Install dependencies
$ npm install
- Start the application
$ npm start
Your app should now be running on localhost:8080.