https://github.com/pulkit1417/buddybuzz
This is a simple real-time chat application built using Node.js, Express, and Socket.io. The app allows multiple clients to connect and chat with each other in real-time.
https://github.com/pulkit1417/buddybuzz
css3 express-js html5 node-js websocket
Last synced: 3 months ago
JSON representation
This is a simple real-time chat application built using Node.js, Express, and Socket.io. The app allows multiple clients to connect and chat with each other in real-time.
- Host: GitHub
- URL: https://github.com/pulkit1417/buddybuzz
- Owner: pulkit1417
- Created: 2024-07-31T05:45:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T17:16:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T14:20:03.146Z (over 1 year ago)
- Topics: css3, express-js, html5, node-js, websocket
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💬 Realtime Chat Application
This is a simple real-time chat application built using Node.js, Express, and Socket.io. The app allows multiple clients to connect and chat with each other in real-time.
## 🚀 Features
- **Real-Time Communication:** Clients can send and receive messages in real-time.
- **Client Count Display:** Displays the number of connected clients.
- **Typing Indicator:** Shows when a user is typing a message.
- **Sound Notifications:** Plays a sound when a new message is received.
## 🛠️ Technologies Used
- **Node.js:** JavaScript runtime for server-side development.
- **Express.js:** Web framework for Node.js.
- **Socket.io:** Library for real-time web applications.