An open API service indexing awesome lists of open source software.

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

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

- ![Chat Application Screenshot](./Websocket.png)

---
- Made with ❤️ by [Rivalcoder]