Hacker News new | ask | show | jobs
by ChadMoran 1002 days ago
Rails scales fine. People use that as an escape hatch when they don't know how to write performant code.
1 comments

You don't even have to write performant code. You can just start as many instances of the rails app as you want. The bottleneck is usually the database.
Each request gets its own server! Wait isn’t that lambda?
Rails has always been ahead of the curve.
That's not what he said.