https://github.com/harsh7editor/chat-application-
https://github.com/harsh7editor/chat-application-
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harsh7editor/chat-application-
- Owner: harsh7editor
- Created: 2025-06-25T08:23:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T09:04:29.000Z (about 1 year ago)
- Last Synced: 2025-07-03T06:40:14.755Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://realtime-application.netlify.app/
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
๐ก Real-time messaging using WebSockets
๐งโ๐คโ๐ง Multiple users can chat in real time
๐ฅ Instant message broadcast to all connected clients
๐ Socket.io for seamless real-time communication
๐งผ Clean and modular backend structure using Express.js







โโโ public/
โ โโโ index.html # Frontend HTML page
โ โโโ script.js # Handles client-side socket logic
โโโ server/
โ โโโ index.js # Express server with Socket.io integration
โโโ package.json
โโโ README.md



git clone https://github.com/your-username/realtime-chat-app.git
cd realtime-chat-app
node server/index.js



๐ง Tech Stack
๐ Features
โ๏ธ Setup
๐ฌ Chat in Real-Time
๐ก WebSocket Communication
๐ File Structure
๐ ๏ธ Getting Started
๐ค Contributing
๐ License
โ
How to Use
Replace your-username with your actual GitHub username in the badge URLs.
You can embed these directly in your README.md file.
They work great with Markdown renderers on GitHub, GitLab, and VS Code preview.
2. Install Dependencies
npm install
4. Run the Application
node server/index.js
By default, the app runs on http://localhost:3000
๐ฌ Usage
Open the app in a browser: http://localhost:3000