Create shared room RNBO
It is possible create room like sherd piano of google with RNBO?
Thx
Jacobi_Multimedia
Check out the Intersymmetric project from Mark Fell, Rian Treanor, and James Bradbury (made w/ RNBO) https://intersymmetric.xyz/
It would require building some server-side code using socket.io or some other kind of API, but it's definitely possible.
Thanks for suggest me this project of Mark Fell. Do you know if there is a github template or something similar where i can test it? Or where i can learn how do a similar application
Hey Jack,
I used socket.io to achieve rooms. It's one of the built in features which makes it very easy. I've since a while ago moved all the backend to google firebase though and implemented my own way of managing rooms through the database schema. I would have a tinker with https://socket.io first which you can interact with via node.script!
Thank you James for your input. The intersymmetric project is fantastic. I'm just starting a project where I will try to implement this idea so I thought I'd check in with this thread.