DEV Community

Prakarti Goel
Prakarti Goel

Posted on

Help in building real-time music streaming and syncing feature

Hi, I am trying to create a simple functionality, where a user creates a room with a roomID and another user joins that room with the same roomID, then the room owner can play a song and the other user will be able to listen to that song as well in sync. I am trying to do this in React.js. Any idea how can I do this?

Top comments (1)

Collapse
 
sageformula profile image
Sage

Hey Prakarti 👋 I am building a chat app that requires what you explained. What tech are you using to store data?