Skip to content

Built a Realtime Chat Application Using NodeJs and SocketIO, styled using pure CSS

Notifications You must be signed in to change notification settings

IshanDwivedi75/RealTime-Chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Chat Application

A Real-Time chat application with multiple custom rooms

  1. Sockets.io - Used to implement the real-time functionalities by sending triggering and monitoring events on a topic-subscription based model.
  2. NodeJs - Used as asynchronous event-driven JavaScript runtime.

Preview

Join/Sign Up Page Join

Auto Scroll down on spamming of messages Main

Local Setup & Available Scripts

After cloning it in your local system, install all the required node modules by running

  npm install

To run the application

  npm start

Open http://localhost:3000 to view running app it in the browser

About

Built a Realtime Chat Application Using NodeJs and SocketIO, styled using pure CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published