I am in the research phase for an upcoming project. The rough idea is to have the exhibition visitors to interact with the installation from their mobile device (in realtime) using the default device browser. I’ve used Firebase for that matter in the past, but never in combination with vvvv/vl. There seem to be a few firebase c# clients out there which might work as a vvvv c# plugin or even as vl .net import!?
Is there any other easy realtime way to interact with vvvv and a browser client. Something that’s easy to implement in vvvv and js land and has as minimal lag as possible? Ideally something hosted like firebase? I know there is vvvv-zeromq which could be used in conjunction with WebSockets and a nodejs server …
Does any of you has experience in this domain and can share some insights with me?
quite some time ago I made a VL plugin to interact with a socketio server. thing is, the library I implemented is now deprecated and the plugin would still need some rework. i tested it with a python socketio server hosted on a heroku instance, worked right for tests but I probably would node use that for production :)
… another thing that came to my mind; It might be feasible to just use the html render and interface with firebase there. I will think about it. Firebase still has a few conveniences like user management, data consistency and the ml stuff that I might need.