Real-time collaborative music experience backend
Built with Express.js, MongoDB, and created this as a part of Music API.
My Songs Data is a Backend API endpoint to:
- 👥 Create and join themed music rooms
- 🔊 Sync playback in real-time with friends
- 💬 Chat, send room requests, and manage connections
- 🎶 Control playback, volume, and song selection together
This repo contains the Node.js + Express.js backend powering the Tune Together experience.
git clone https://github.com/nryadav18/ps.backend.git
cd ps.backendnpm installnpm start
nodemon app.js