delosh653 / mwshiny

An R package that extends Shiny apps over multiple connected windows.
Other
25 stars 3 forks source link

Using mwshiny with Shiny server. #3

Open SrGnis opened 1 year ago

SrGnis commented 1 year ago

Hello,

I'm tring to use mwshiny in Shiny server but this don't use the shinyApp(ui,server) function, instead you must define two separate files for the ui and the server, so seems tha runnig mwsApp(ui_win, serv_calc, serv_out) is not posible.

Is there a way to use mwshiny in Shiny server?

olyerickson commented 4 months ago

I'm not clear about @SrGnis's question. We've used mwshiny on a daily basis with with Shiny Server since its inception; in fact that is its primary use case. We have no problem using the single file, app.R - only Shiny app pattern.