Settings

Theme

Which cloud platform is the best to quickly build a CRUD app?

1 points by steviesands 3 years ago · 1 comment · 1 min read


If you were starting an app from scratch that required, say, serving a JS frontend, python as the server, and Postgres as the RDBMS, which cloud platform is the quickest/easiest?

Nextgrid 3 years ago

You have 2 options generally:

* platform as a service or PaaS: Render.com, Heroku, etc. Expensive and less control, but it's actually ready to use and you don't have to do any DevOps work.

* normal clouds with whatever flavour of Docker-based deployment system they have: AWS Fargate, Azure App Services, etc - potentially cheaper and gives you more control but you need to know DevOps basics and at least provide a Dockerfile.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection