Skip to content

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

Notifications You must be signed in to change notification settings

danklut/node-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • CSS 2.1%
  • HTML 1.8%