Realtime fully responsive Anonymous Chat App With Users & Rooms - Socket.io, Node & Express
Deployed Here : https://social-chat-web-app.herokuapp.com/
- Realtime fully responsive Anonymous Chat App With Users & Rooms.
- System ChatBot feature included which maintains list of active members in each rooms and shows the list of joined members. ChatBot Updates new joiners along with joining and leaving details with date and time.
- Technology Used : Socket.io, Node.Js, Express.Js, Moment.Js
- Socket.io is used here for bidirectional and event-based communication from server to client and vice versa.,
- Node as a run-time environment and Express as a web server on top of which the socketio is sending and receiving request from front to back and so.
- Momentjs is used for efficient time capture of sending of message in a room.
Like every other node based project just clone it and run npm install
this will install all dependencies including dev dependencies.
now to run
npm run start
or to run for dev
npm run dev (will start nodemon)




