Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 649 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 649 Bytes

Nodejs-Chat-using-Sockets

A simple chat system written in NodeJS using Sockets and Connect

#Dependencies:

  1. connect (for server)
  2. Socket.io

#How it works?

Its a very simple Group Chat System means anyone who have link can join chat!!

There is no database involved so messages does not store you can fork it or use any database ofcourse!

#How to use:

  1. Download or clone this repo.
  2. Run npm install
  3. Run node index.js
  4. open http://localhost:3000

working demo here

Its just a free time project which i did for learning purpose :)

Thanks and Happy Coding!