Ask HN: Is a Heroku like SaaS that works on your VPS a product you will use
1–9 of 9 posts
Re: Ask HN: Is a Heroku like SaaS that works on your VPS a product you will use
#2To be honest, I prefer sticking with major cloud vendors (currently on GCP) because:
1. They already have reasonably straightforward ways to publish apps, e.g. I use GCP App Engine + managed Postgres DB + storage buckets.
2. If my project grows or pivots, I like having an option to use other cloud provider services like queues, BigQuery, VPC networking, etc.
Re: Ask HN: Is a Heroku like SaaS that works on your VPS a product you will use
#3I have a bunch of side-projects that I've been working on for a while. To be honest, I prefer sticking with major cloud vendors (currently on GCP) because: 1. They already have reasonably straightforward ways to publish apps, e.g. I use GCP App Engine + managed Postgres DB + storage buckets. 2. If my project grows or pivots, I like having an option to use other cloud provider services like queues, BigQuery, VPC netwo…
Re: Ask HN: Is a Heroku like SaaS that works on your VPS a product you will use
#4Re: Ask HN: Is a Heroku like SaaS that works on your VPS a product you will use
#5Sounds interesting. I'd checkout Dokku[0] and Flynn[1] if I were you and see what you could offer differently. I use a single Dokku instance on 5 dollar droplet that hosts all my side projects ect under my domain. I then would extract one out if it ever got meaningful traffic. Another thing to consider is that it seems like the industry as a whole is moving passed the application level abstraction and onto the functi…
Re: Ask HN: Is a Heroku like SaaS that works on your VPS a product you will use
#6Sounds interesting. I'd checkout Dokku[0] and Flynn[1] if I were you and see what you could offer differently. I use a single Dokku instance on 5 dollar droplet that hosts all my side projects ect under my domain. I then would extract one out if it ever got meaningful traffic. Another thing to consider is that it seems like the industry as a whole is moving passed the application level abstraction and onto the functi…
Agree, I am actually aware of both services. Personally, I am not sold on functions yet mainly due to the high startup time. I cannot see myself building a project that leverages a functions framework specific to cloud provider X. I however could be wrong on functions and its adoption in the general Dev community.
Re: Ask HN: Is a Heroku like SaaS that works on your VPS a product you will use
#7Earlier quoted context omitted.
Agree, I am actually aware of both services. Personally, I am not sold on functions yet mainly due to the high startup time. I cannot see myself building a project that leverages a functions framework specific to cloud provider X. I however could be wrong on functions and its adoption in the general Dev community.
Alright, but why would I pay for your service over a VPS with one of those tools or Heroku? What part of the process do you take over or automate?