Answer the question
In order to leave comments, you need to log in
What is more productive when developing a web api?
I would like to get an opinion on which technology is most beneficial in projects of medium size, while scalable in the future. I would like to pay attention to two aspects: the speed of processing requests and the speed of writing code.
In particular, I would like to compare the most popular tools: node.js, go, asp.net core (2.2+), django, php, ruby on rails.
Answer the question
In order to leave comments, you need to log in
About performance: The difference in languages compared to what kind of code will be written is negligible. Much more important is who writes the code and how. When scaling, this line is generally erased
About scaling: this question has nothing to do with a programming language, because these are completely different stories: the code in any programming language is prepared in approximately the same way for scaling, and scaling is the architecture of service interaction, adding servers, balancing, replication and everything else. But it's not about code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question