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!
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.