TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Another Django vs Express HTTP benchmark

1 pointsby fadliawanover 11 years ago
As I'm in the process of choosing a framework for my next project, I did a little HTTP benchmark of Django+MySQL vs Express+MongoDB. Any comments or input will be appreciated!

1 comment

pedalpeteover 11 years ago
I would have preferred to see the test with both apps running the same DB for consistency, as to output in JSON format, Django would need to convert the table results into JSON while MongoDB would have returned the results in JSON format.<p>At the same time, I also expected Django to handily outperform Express. This makes me happy that I started building my most recent app in Express two days ago.
评论 #6646938 未加载