A simple chat system written in NodeJS using Sockets and Connect
#Dependencies:
- connect (for server)
- 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:
- Download or clone this repo.
- Run
npm install
- Run node
index.js
- open http://localhost:3000
working demo here
Its just a free time project which i did for learning purpose :)
Thanks and Happy Coding!