rstudio / shiny-server

Host Shiny applications over the web.
https://rstudio.com/shiny/server
Other
712 stars 291 forks source link

Custom run command #540

Open SrGnis opened 1 year ago

SrGnis commented 1 year ago

Hello,

I want to use shiny server to host a application that uses mwshiny to create multiple windows. This needs to run mwsApp(ui_win, serv_calc, serv_out) to start the application.

Is there a way to configuratte shiny server to run this?