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!