Using shiny via plumber

Hi guys, is there a serializer that is suited for shiny apps?
Basically I want to run a shiny app from python via plumber.

Can plumber host shiny applications?

No. Plumber returns content and does not maintain a connection, which is necessary for Shiny to function.

However, Plumber can return html which can contain an iframe to an external shiny application.


Can shiny request data from plumber?

I highly recommend using plumber as a caching layer for shiny.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.