points by arch-choot 2 weeks ago

I run a rust webserver on a €4 VPS from hetzner that serves 300M (million) requests a day. Way cheaper than doing that on _any_ "serverless" request-based platform, I think.

mpeg 2 weeks ago

Yes perhaps I should have specified you can't get much cheaper for serverless platforms.

You can certainly run a VPS like that for cheaper, you could probably even beat the raw request numbers from those 1€ a month vps from ovh or similar. The key difference is with cloudflare your site is globally distributed by default, and you get to buy into the whole ecosystem, if you want.

  • withinboredom 2 weeks ago

    > The key difference is with cloudflare your site is globally distributed by default, and you get to buy into the whole ecosystem, if you want.

    The real question nobody asks: do you even really need global distribution?

    • mpeg 2 weeks ago

      Most of the time: no

      But sometimes you do have clients in both sides of the atlantic and it's nice being able to cut their request times by a few hundred ms "for free". Personally, that's not the main reason I use cloudflare, but it can be handy!

dust-jacket 2 weeks ago

interesting, I'd assumed the lowest tier of hetzner (4.50/m, 2 cpus, 4GB ram) wouldn't hold up to that.

must be very light, for so much traffic. any more details?