rexyai / RestRserve

R web API framework for building high-performance microservices and app backends
https://restrserve.org
275 stars 32 forks source link

Easiest way to tryout on cloud server? #121

Closed rdatasculptor closed 4 years ago

rdatasculptor commented 4 years ago

On my local machine all works very well! Now I would like to try RestRserve on a cloud server. Can you advise me in the easiest way to tryout? Is there a trial version of somekind that I can use?

dselivanov commented 4 years ago

Most of the cloud providers provide free tier plan. Easiest way to try to start app in a cloud is to create a docker image and launch it in a cloud. Either using virtual machine or managed container service.

rdatasculptor commented 4 years ago

maybe it will help others, this blog was very useful in setting up an rstudio instance on aws: https://towardsdatascience.com/how-to-run-rstudio-on-aws-in-under-3-minutes-for-free-65f8d0b6ccda

I haven't managed to start a restrserve api, but I guess that's a matter of time now.