Edited:
There are 2 main advantages:
- Speed! (Performance)
- Node.js is event-driven and non-blocking and very good at handling concurrent requests.
Here is a link to a benchmarking test for node.js against PHP on Apache.
Edited:
There are 2 main advantages:
Here is a link to a benchmarking test for node.js against PHP on Apache.