Skip to content

dilshodbek-nodejs/socket.io-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Chat Application using Socket.IO

Overview

This project is a simple real-time chat application built using Socket.IO and Node.js. It allows multiple users to join a chat room and send messages that are broadcast to all connected clients in real time.

Key Features:

  • Real-time messaging between multiple users.
  • Socket.IO for WebSocket communication.
  • Rooms functionality to allow users to join specific chat rooms.
  • Displays connected users in the room.

Technologies Used

  • Node.js
  • Express.js
  • Socket.IO

Getting Started

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/chat-app.git
    cd chat-app

About

Real-time Chat Application using Socket.IO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published