Skip to content

This repository hosts a straightforward chat application built on Socket.io, enabling real-time communication between users within a chat room setting. The application supports multiple users concurrently engaging in live messaging, thanks to the bidirectional event-based nature of Socket.io.

Notifications You must be signed in to change notification settings

Sa2003hil/Web-Sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket.io Basic Chat Application

This is a simple chat application built using Socket.io, a real-time web socket library. The application allows users to connect to a chat room and exchange messages in real-time.

Features

  • Real-time messaging: Instantly send and receive messages within the chat room.
  • Multiple users: Support for multiple users connecting to the same chat room.
  • Socket.io: Utilizes the Socket.io library for real-time bidirectional event-based communication.

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js: Make sure Node.js is installed on your machine.

Getting Started

  1. Clone the repository:

    git clone https://github.com/sa2003hil/socket.io-chat-app.git
    
    # Change directory
    cd socket.io-chat-app

About

This repository hosts a straightforward chat application built on Socket.io, enabling real-time communication between users within a chat room setting. The application supports multiple users concurrently engaging in live messaging, thanks to the bidirectional event-based nature of Socket.io.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published