agrim0312 / chat-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-room Chat Application

A multi-user multi-room chat application built with nodejs and socket.io.

Features:

  • Multiple users can chat together in real-time
  • Users can create new rooms
  • Users can join/leave different rooms
  • All users get notified when a user joins/leaves their current room

Installation

Clone the respository then follow the steps below.

Go to the repository:

cd chat-app

To install dependency:

npm install

To run app:

npm start

Open your browser and go to:

http://localhost:5000

About


Languages

Language:CSS 49.4%Language:JavaScript 37.7%Language:HTML 12.9%