An anonymous real-time chat application powered by Socket.io and Express.
Users can create rooms, join rooms, and chat in real time. No messages are stored, ensuring complete privacy.
🔗 Live Demo: Room Chat Application
- 🔒 100% Anonymous – No user data or messages are stored
- 🚀 Real-time Communication – Powered by Socket.io
- 🎭 Room-Based Chatting – Users can create & join chat rooms
- ⚡ Fast & Lightweight – Runs on Node.js (Express.js)
- 🌍 Easy Deployment – Can be hosted on Render, Railway, Vercel, or Heroku
https://github.com/RobinKumar5986/room-chat-application.git
cd web-socketnpm installnode index.jsor
npm startServer runs on http://localhost:9000.
Connect via WebSocket to start chatting! 🎉
- User joins the chat by creating or entering a room ID
- Messages are sent & received in real-time using Socket.io
- No message history is saved, making the chat completely anonymous
- Rooms disappear when users leave
This project is open-source and released under the ISC License.
Note:
You are free to use, modify, and distribute this project for both personal and commercial purposes.
🎯 Start chatting now! 🔥🚀

