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…
Re: Are web frameworks actually useful?
#11This is very helpful, thank you