/Chatify-App

A real Time chat application with Users and Rooms.

Primary LanguageJavaScript

Chatify App

Chatify is a real-time chat application built with Node.js, Express, and Socket.IO. It allows users to join chat rooms, send messages, and see who else is currently online in the room. Features

Join chat rooms with unique usernames
Send messages in real-time
See who else is online in the same chat room

Installation

Clone the repository:

git clone <repository_url>

Install dependencies:

npm install

Start the server:

npm start

Open the application in your web browser:

http://localhost:3000

Usage

Enter your desired username and room name.
Start chatting with other users in the same room.

Technologies Used

Node.js
Express
Socket.IO
HTML/CSS