Hi there! Our shop is building in-house data analysis apps using different libraries and framework and we started using ShinyProxy as a portal for our apps written initially with Shiny for Python. Since then, we’ve also been playing with JS libs and we are now looking at deck.gl. My first question is if anyone had have problem running deck.gl dashboards with Shinyproxy ? And more generally if there’s some known incompatibilities between Shinyproxy and any other libs or framework ?
I’m asking the question because we’re wondering if we should continue using Shinyproxy or choose a more generic solution or some cloud service provider solution
Hi
Thank you for the question! I’m not aware of anyone using deck.gl with ShinyProxy.
I looked at a bit at their documentation and demos, and to me it seems this is mostly a client-side library. Therefore, there should be no problem using this in ShinyProxy.
If ShinyProxy works well for your current apps and you want a single platform that can also host apps built with other frameworks, my advice is to keep using ShinyProxy for all of them.