Skip to content

sohail24/Social-Chat-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Chat Web App

Realtime fully responsive Anonymous Chat App With Users & Rooms - Socket.io, Node & Express

Deployed Here : https://social-chat-web-app.herokuapp.com/

Brief Details

  • 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.

Screen Shots

Screenshot 2021-07-17 210244 Screenshot 2021-07-17 210309 Screenshot 2021-07-17 210439 Screenshot 2021-07-17 210554

Mobile Responsive

Screenshot 2021-07-17 210709

Steps to Run

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)

About

Realtime Anonymous Chat Application with Users and 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors