+ 3
Should I learn Java, PHP or node.js for Backend
I tried to get the correct answer of it but failed. Which language would you recommend me to learn for Backend and WHY?
4 Respostas
+ 5
I Personally Use Node JS!
I Even Made A Chat App From It That Unlimited Users Can Join Globally & Unlimited Chats!
Moreover, I Think, Node JS Is Quite Good...
+ 2
Thanks a lot, now I will definitely learn node.js
+ 2
Code Infinite with Arnav Even Python Is Good! But, I Personally Like Node JS
As, Making Backend In Node JS Is Far More Easier Than Python...
+ 2
PHP is stable and reliable in terms of performance as compared to the Javascript framework. However, after comparing both the environments in the above image, you will see that Node.js stands out to be a lot faster than PHP, due to the following USPs:
Speed-friendly V8 engine
Callback functions which process many requests at the same time
Continued Server connection
Node.js is JavaScript or TypeScript running on a server (an earlier, now collapsed, answer claimed that somehow Node.js ran in the browser, which is 100% incorrect). It's faster, it's more scalable, and it's designed throughout to be secure by default.