What are the advantages of using Node.js vs PHP -
possible duplicate:
why , when use node js?
can tell me why fuss node.js ? regular web site (lets blog) written in node.js faster compared same written in php framework? know web server written in node.js faster apache how real web application doesn't create threads or that?
edited:
there 2 main advantages:
- speed! (performance)
- node.js event-driven , non-blocking , @ handling concurrent requests.
here link benchmarking test node.js against php on apache.
Comments
Post a Comment