Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 543 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 543 Bytes

Node.js Chat

A real time chat application built with Node.js, Express.js and Soket.io.

Check demo here!

Also I used:

  • Handlebars
  • Materialize.css
  • MongoDB

Running locally

  1. Make sure you have Node.js and npm installed.
  2. Clone or Download the repository
$ git clone https://github.com/Noeemi/node-chat.git
$ git cd node-chat
  1. Install dependencies
$ npm install
  1. Start the application
$ npm start

Your app should now be running on localhost:8080.