rstudio / shiny-server

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

Custom run command #540

Open SrGnis opened 2 years ago

SrGnis commented 2 years 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?