+ 3
Nodejs vs Php. which one do you think is better?
4 ответов
+ 3
Now come with PHP and nodejs. Nodejs is not a language, but a server side implementation of JavaScript. Although I support nodejs. Because it is fastest server side scripting language. You can run in both server as well as client side as simply JavaScript(I am not saying that you can run nodejs as client side but because it is a JavaScript that means server to client interaction become easier). Where as PHP only support server side. To use server client interaction it uses ajax. Nodejs work in socket and in PHP you can do the same socket programing. But nodejs is new and PHP have 20 years of experience. There are a lot of user from PHP side and my favorite language is php. But it is just a beginning
+ 1
it depends on what you are building if its a online game Nodejs will be helpful if its a online forum PHP, sometimes you will need them both
Nodejs js is great for handling live communication with the server
PHP comes in handy when dealing with data bases and file system and executing large operations on it .
I don't think that one is better than the other its just a question of the better tool for the job
+ 1
when tht question was in my mind i found article about Django , maybe you'll intrest n have fun with Django
0
I prefer Node.js
There are a lot of advantages. Like it doesn't cache memory, it's faster...
For big data's you can combine it with MongoDB.