DEV Community

Discussion on: Which backend programming language should I choose?

Collapse
 
pak_lebah profile image
Mr Bee

Actually, for backend, it doesn’t matter what's the language you’re using. It’s all about communication protocol between your app with the web server. You can even write it using bash script if you want. But my suggestion, if you need speed, choose native compiled language. Otherwise, pick a scripting language.