A real-time, room-based chat application powered by WebSockets. No signup, no login - just create a room and start chatting in seconds.
Live Demo: blink-room.vercel.app
- Instant Access - No authentication required, jump straight into conversations
- Room-Based Chat - Create private rooms or join existing ones with a room ID
- Real-Time Messaging - Powered by WebSockets for instant message delivery
- Live Notifications - See when users join or leave the room
- Auto Cleanup - Empty rooms are automatically deleted
- Responsive UI - Works seamlessly on desktop and mobile
- Frontend: React, TypeScript, Tailwind CSS, Vite
- Backend: Node.js, WebSocket (ws)
- Deployment: Vercel (frontend), Render (backend)
git clone https://github.com/NitinDarker/BlinkRoom.git
cd BlinkRoomBackend
cd backend
npm install
npm run devFrontend (in a new terminal)
cd frontend
cp .env.example .env
npm install
npm run devNitin Sharma - GitHub