https://github.com/rivalcoder/chat-using-websocket
Web-Socket Connection
https://github.com/rivalcoder/chat-using-websocket
css html node websocket
Last synced: about 2 months ago
JSON representation
Web-Socket Connection
- Host: GitHub
- URL: https://github.com/rivalcoder/chat-using-websocket
- Owner: Rivalcoder
- Created: 2024-11-01T14:49:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T04:06:38.000Z (over 1 year ago)
- Last Synced: 2025-02-06T19:58:33.835Z (over 1 year ago)
- Topics: css, html, node, websocket
- Language: HTML
- Homepage:
- Size: 762 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 💬 Real-Time WebSocket Mini Chat Application
This is a real-time chat application built using **HTML**, **CSS**, **JavaScript**, and **Node.js** with WebSocket support. Users can join unique chat rooms by generating or entering a key. 🚀
## ✨ Features
- 🔑 **Key-based Chat Rooms**
- 💬 **Instant Messaging**
- 👥 **User-friendly Interface**
- 🔄 **Auto-reconnection**
- 🔒 **Secure Communication**
## 🛠️ Getting Started
### 📦 Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/chat-app.git
cd chat-app
```
2. Install dependencies:
```bash
npm install ws
```
3. Start the WebSocket server:
```bash
node server.js
```
4. Open `index.html` in your browser to start chatting! 🎉
---
### 🚀 ScreenShot
- 
---
- Made with ❤️ by [Rivalcoder]