Skip to content

thismajid/realtime-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Chat Application

Realtime Chat is an interactive and user-friendly chat application that enables users to communicate in real time. Leveraging the power of WebSockets, it provides instant messaging capabilities for a seamless chatting experience.

Features

  • Real-time bi-directional communication between server and clients.
  • User authentication and secure chat rooms.
  • Support for one-on-one messaging as well as group chats.

Tech Stack

  • Framework: Express.js for creating a scalable server-side application.
  • Real-time Communication: WebSocket implementation (socket.io).

Installation

Clone the repository to your local machine using the following command:

git clone https://github.com/thismajid/realtime-chat.git
cd realtime-chat
npm install
npm start

About

Resources

Stars

Watchers

Forks

Packages

No packages published