DEV Community

Discussion on: Which is the best backend language for future?

Collapse
 
gktim profile image
gkTim

GoLang or Rust are good. Also Node.js have a look at nest.js if you want to stay in the JavaScript/Typescript ecosystem. Good documentation and really nice to work with.

It depens on your usecase your knowledge and how much concurrent requests you need to handle. Maybe look up some articles with compares concurrent request handling in multiple languages. But in most cases node.js/rust/golang/php/Java etc. are all able to handle a lot of concurrent request. So in practice for the most projects it shouldn’t matter.