Shiny server to another server.

Hello!

My problem is:

I created an algorithm in R and used Shiny to generate a web application from this algorithm. I'm using Shiny's server to show this application via the WEB and not its own server. The problem with Shiny Server is that it is very limited if you use the free account, and if you pay, the cost is very high. So, by any chance, do you know any way to make a website using this algorithm without using the Shiny server?

Thank you!

Can you please clarify? Are you talking about Shinyapp.io? or shiny-server open source installed in your own server? Can you detail what are the limiting issues you are facing?