|
|
|
|
|
by nickjj
2102 days ago
|
|
> The obvious performance and bloat overhead with RoR aside. Does the bloat matter in the end tho? You can build a million dollar business on a single $20 / month DigitalOcean server to run everything with tens of thousands of users. That's what Chris did from https://gorails.com. We talked about his Rails driven tech stack on the Running in Production podcast[0]. Recently he tweeted out he generated a million dollars from his business[1]. If you can get 100ms or less p95 response times without a complicated infrastructure then the only thing that matters is the ecosystem, community and how much you enjoy using that technology. If performance is a web framework's biggest feature then I think they're fighting an uphill battle. Performance isn't that important for most applications as long as you can produce a nice feeling application that responds quickly. All modern frameworks have a means to do that. Now it comes down to how fast can you build it and how nice is it to maintain. [0]: https://runninginproduction.com/podcast/12-learn-ruby-on-rai... [1]: https://twitter.com/excid3/status/1295730795148193792 |
|