A real-time, privacy-focused chat room web application that self-destructs after X minutes.
Built with Node.js, Express, Socket.IO, and Tailwind CSS.
No accounts. No history. Just chat.
- ⚡ Real-time messaging using Socket.IO
- ⏳ Auto-destruction after a 3 minutes (Can be changed in the code)
- 🎨 Responsive UI styled with Tailwind CSS
- 🚀 Fast & lightweight Express backend
- 🧹 Automatic cleanup of rooms and connections
- Backend: Node.js, Express
- Realtime: Socket.IO
- Frontend: HTML, Tailwind CSS
- Runtime: JavaScript (ES6+)
Clone the repository:
git clone https://github.com/shalinv/ChatRoom.git
cd ChatRoomInstall Dependencies:
npm installStart the server:
node server.jsOpen in browser:
http://localhost:4000
