How to share the application with other users

I have created an application using shiny library. I wish to share the URL with others who can access the application created without installing rstudio desktop or any packages.
Is there any other way to share other than shinyapps.io

You can host your own shiny server and deploy your app there

I hope you are aware that a shinyapps.io url can be shared and doesn't require the end users to install rstudio or any packages...

Yes I know, but the client restrictions are so I can't use shinyapps.io to deploy my code.

Second thing which I tried is to replace my local ipv4 with the rstudio url it hit to launch the instance, but it didn't help.

I have been trying to use rstudio cloud but still going through the tutorial.
If there's any other simple approach or a better way to achieve it, please suggest.

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