You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started using nuclear from past few weeks. I was thinking it will be great if it have some feature like Spotify where I can create a Jam sessions and other persons who is sitting 1000's of KM far from me can join that jam session and enjoy together.
I currently don't know the code flow of nuclear, just want to know is it possible to do it in nuclear with using something like websockets.
Feature will have create session share with your friend's and friends can join session , listen, play,pause music together.
I will love to contribute for this feature, if it's feasible?
Can any body who know the nuclear code/logic flow help me here?
The text was updated successfully, but these errors were encountered:
Right now this is roughly what is in place.
There is the concept of user unique id (not associated with any specific user info) that could be reused for that feature.
I believe the biggest challenges would be with queue/player synchronization. Feasible in my opinion, but fair amount of work involved.
This could be a whole separate, optional service with the ability to self-host. It'd need to somehow sync the frontend state between two users, we don't have anything like that yet, so it would be a major undertaking.
I started using nuclear from past few weeks. I was thinking it will be great if it have some feature like Spotify where I can create a Jam sessions and other persons who is sitting 1000's of KM far from me can join that jam session and enjoy together.
I currently don't know the code flow of nuclear, just want to know is it possible to do it in nuclear with using something like websockets.
Feature will have create session share with your friend's and friends can join session , listen, play,pause music together.
I will love to contribute for this feature, if it's feasible?
Can any body who know the nuclear code/logic flow help me here?
The text was updated successfully, but these errors were encountered: