https://github.com/deeraj-s/chat-app
This project is a real-time chat application built using Socket.IO and Express.js. It supports user authentication with JWT tokens stored in secure cookies and enables real-time communication in chat rooms
https://github.com/deeraj-s/chat-app
express-js jwt-token reactjs socket-io
Last synced: 2 months ago
JSON representation
This project is a real-time chat application built using Socket.IO and Express.js. It supports user authentication with JWT tokens stored in secure cookies and enables real-time communication in chat rooms
- Host: GitHub
- URL: https://github.com/deeraj-s/chat-app
- Owner: Deeraj-S
- Created: 2024-12-13T09:38:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T17:16:09.000Z (over 1 year ago)
- Last Synced: 2026-01-03T14:37:51.076Z (6 months ago)
- Topics: express-js, jwt-token, reactjs, socket-io
- Language: JavaScript
- Homepage: https://chat-app-room.vercel.app/
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-Time Chat Application with Socket.IO and Express
A feature-rich, real-time chat application built using **Socket.IO** and **Express.js**. This project allows users to join chat rooms and communicate in real-time, with user authentication powered by **JWT** and secure cookies.
## Technologies Used
- **Node.js**
- **Express.js**
- **Socket.IO**
- **JSON Web Tokens (JWT)**
- **Cookie Parser**
- **CORS**
## Deployed Frontend
The frontend for this application is deployed at: [Chat App Room](https://chat-app-room.vercel.app)
## Getting Started
1. Clone this repository:
```bash
git clone
cd
```
2. Install dependencies:
```bash
npm install
```
3. Start the development server:
```bash
npm run dev
```
4. Open your browser and visit:
```
http://localhost:3000/login
## Happy coding 🚀