Using Node.JS Over PHP in my next web application project?

I am a student and I plan to develop a free web application to pay tuition fees and that’s it. I did not have much experience in this area, although I know how to code in PHP.

Today I read a little about Node.js and how amazing it is in solving parallel problems, etc. It looks pretty neat. Should I delve deeper into this and start using it in freelance projects?

OR, am I completely wrong in my understanding of web application development (judging by my request above)?

+3
source share
3 answers

, - . , node.js, , . , .

- node.js, , .

, -. PHP, Rails, Python, ASP, ... /, .

, , : " PHP , ?"

: , ,.

+8

. .

? , , . , ( , ).

+2

Trim it.

But still use PHP for most of your small web projects.
It is easier to deploy; every web host supports it.

With Node.js, you need to deploy to vps or one of the beta versions of Node.js PaaS, which makes it difficult for most potential clients to transfer.

+2
source

All Articles