A synchronized video viewing application built with Node.js, Express, and Socket.IO.
- 🎥 Synchronized video playback across multiple users
- 💬 Real-time chat functionality
- 📋 Video queue management
- 👥 Participant tracking
- 📱 Mobile-responsive design
- 🌙 Modern dark theme with glass morphism
- Backend: Node.js, Express.js, Socket.IO
- Frontend: HTML5, CSS3, JavaScript, Tailwind CSS
- Video Player: YouTube iframe API
- Real-time Communication: WebSockets
- Clone the repository
- Install dependencies:
npm install
- Start the server:
npm start
- Open http://localhost:3000 in your browser