Live data from Hacker News

Are web frameworks actually useful?

news.ycombinator.com

11–12 of 12 posts

Re: Are web frameworks actually useful?

#11

Yes, most apps get a performance boost when they don't use a framework, and yes, more importance is placed on coders building products efficiently rather than coders building efficient products. In most cases, this is the right choice. According to the TechEmpower benchmarks [1], a simple Django webapp can serve about 500 RPS on a c3.large EC2 instance, which will cost you about $54/month [2]. Adding an extra enginee…

This is very helpful, thank you

Re: Are web frameworks actually useful?

#12
post #5

would you rather have a team of engineers worrying about performance or building features rapidly? there is many shops that would rather have some percentage of less performance if that means software is being built faster and usually with less bugs. these places may need some extra servers even but the cost of a server or two is nothing compared to a developers time. this doesn't scale of that cost ends up being mil…

That's a very good point. Costs certainly are a hugely significant factor that I overlooked. I suppose it would come down to how much of the in house framework you could write up front (so you wouldn't necessarily need to hire as many engineers and could cut some of those labor costs preemptively) and how well that framework is actually written. I think that there are probably too many variables to have a one size fits all solution to this question, however.
Post reply on HN