6 ms·
I'd be interested to see a HN poll to know how many of you roll your own (that is, you're serving all HTTP traffic on the back end of a load balancer), or using
by gotaquestion 4y ago
I'd be interested to see a HN poll to know how many of you roll your own (that is, you're serving all HTTP traffic on the back end of a load balancer), or using a website hosting service. But I don't know which hosting services are popular so I don't know what to add to the poll.
I have a happy little node server that's been running on an AWS micro instance since 2013 and I periodically stick a new SPA into the public area with auth through the express middleware. It might look a bit frankensteinish, but it works just ducky and costs like US$10/month with 20GB of SSD (most of that is the elastic IP + load balancer).