Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 764 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 764 Bytes

Real-Time Chat App

This is a real-time chat application built using the MERN stack (MongoDB, Express, React, Node.js) and Socket.IO for real-time communication.

Features

  • Real-Time Messaging: Send and receive messages instantly.
  • User Authentication: Secure login and registration system.
  • Online Status: See which users are currently online.

Technologies Used

  • MongoDB: Database for storing user information and messages.
  • Express: Web framework for handling HTTP requests and routing.
  • React: Front-end library for building user interfaces.
  • Node.js: Server environment for running JavaScript on the backend.
  • Socket.IO: Library for enabling real-time, bidirectional communication between clients and server.