How to deploy shiny dashboard as a webpage in Windows server without internet,possible ?

Is it possible to deploy shiny dashboards as a webpage using windows server which doesn't have internet connection ?

I found a solution in Stack overflow(link below). But will it work if the server on which shiny is hosted doesn't have internet ?

(https://stackoverflow.com/questions/47865169/is-there-a-way-to-deploy-r-shiny-apps-as-web-page-using-windows-server)

Pretty new to R shiny and deployment,sorry !

Thank you !

Yes, you would only need an Internet connection if you wanted to connect to your shinyapp from outside your local network (i.e from the Internet).

But this approach is not a proper deployment, I would suggest to use some sort of virtual machine or docker container running linux to host your app there using shiny-server

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