An open API service indexing awesome lists of open source software.

https://github.com/voldsenjoy-git/multi-client-chat-app-final

Chat application using MERN and Socket.io with single chat, group chat and Broadcasting feature, including image , video , textfile, PDF share using Firebase
https://github.com/voldsenjoy-git/multi-client-chat-app-final

Last synced: over 1 year ago
JSON representation

Chat application using MERN and Socket.io with single chat, group chat and Broadcasting feature, including image , video , textfile, PDF share using Firebase

Awesome Lists containing this project

README

          

#
# Multi-Client Chat App

A fully functional multi-client chat application built with Node.js, Express, and Socket.IO. This application allows multiple users to join and chat in real-time.

## Features

- **Real-time Messaging**: Communicate instantly with multiple clients.
- **User Authentication**: Secure login for users.
- **Multi-Room Support**: Create and join different chat rooms.
- **Responsive Design**: Works seamlessly on various devices.

## Tech Stack

- **Frontend**: HTML, CSS, JavaScript
- **Backend**: Node.js, Express
- **WebSocket**: Socket.IO

## Installation

1. Clone the repository:
```bash
git clone https://github.com/VoldsenJoy-git/Multi-Client-Chat-App-final.git
cd Multi-Client-Chat-App-final
2. Run:
```bash
npm run both
or,
Backend nodemon index.js
frontend npm start