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
- Host: GitHub
- URL: https://github.com/voldsenjoy-git/multi-client-chat-app-final
- Owner: VoldsenJoy-git
- Created: 2024-07-09T22:03:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T06:30:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T21:25:09.452Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://multi-client-chat-app-final.vercel.app
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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