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. 🚀
- 🔑 Key-based Chat Rooms
- 💬 Instant Messaging
- 👥 User-friendly Interface
- 🔄 Auto-reconnection
- 🔒 Secure Communication
-
Clone the repository:
git clone https://github.com/your-username/chat-app.git cd chat-app
-
Install dependencies:
npm install ws
-
Start the WebSocket server:
node server.js
-
Open
index.html
in your browser to start chatting! 🎉
- Made with ❤️ by [Rivalcoder]