Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 987 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 987 Bytes

Chat Application

Description

A simple real-time chat application built using Node.js and Socket.io. This application provides the facility of real-time communication, allowing multiple users to communicate in chat rooms simultaneously.

Features

  • Real-time messaging: Messages are delivered instantly using Socket.io.
  • Multiple chat rooms: Users can join different rooms and chat with participants within that room.
  • User notifications: When a user joins or leaves a room, all participants are notified.
  • Isolated chat rooms: Messages from one room are not visible to participants in other rooms.

Requirements

  • Node.js
  • Socket.io

ScreenShots

Screenshot (545)1

Screenshot (542)

Screenshot (543)