/Chat-Room-With-Sockets

Chat-Room-With-Sockets is a real-time, multi-room chat application powered by Socket.IO

Primary LanguageHTMLMIT LicenseMIT

Chat-Room-With-Sockets

Introduction

Chat-Room-With-Sockets is a real-time chat application built using Socket.IO. This application allows users to join different chat rooms and communicate with others in real time. It's a simple yet powerful demonstration of real-time web socket communication.

Features

  • Real-Time Chat: Instantly send and receive messages.
  • Multiple Rooms: Users can join different chat rooms and chat with a specific group of users.
  • Easy to Use: Simple and intuitive user interface.

Running the Application

Start the Server

npm run start

Run the Client

http-server -p 8080

Screenshot 2023-11-28 at 11 09 39 PM