|
|
|
|
|
by skrtskrt
2055 days ago
|
|
My work experience is mostly python, so I hear "build a Django app"[1]. However Python and Ruby will hit scaling issues due to their performance limitations. I hear a lot of positivity on HN about what a single instance of C# monolith can handle, but I'm not familiar with the ecosystem. [1] But don't use common Django patterns because they suck. Use it because of the completeness of the tooling and libraries. |
|
This is entirely determined by the problem domain it's being used for. The vast majority of web applications could use Django just fine without ever hitting a performance bottleneck outside the odd viral hug of death. You should prove you will have performance problems before you try to design solutions for it.