logoalt Hacker News

ramozyesterday at 10:04 PM1 replyview on HN

I don’t understand your integration of performance and cloud costs here.

“Deployment economy” is also new.

Rails has a very strong track record of matching internet scale.

Cloud is highly optimized for traditional server applications. From my experience with Next.js - this is the opposite. A lot of deployment components that don’t naturally fit in, and engineering required to optimize costs.


Replies

ezekiel68today at 12:37 AM

Quite simply: at certain threshold counts of users you will be forced to add many more cloud instances/pods running Rails than you would need running node.js (or Java or go or many others). But it doesn't stop at instances because this will also require more persistent disk / object storage, more logs, more alerts, more notifications from the cloud provider that instance xyz needs to be restarted (due to a firmware upgrade or whatever), etc. etc. All of these have human management overhead costs and most of them increase monthly financial costs.

show 1 reply