Google News
logo
NodeJS - Interview Questions
Why use Node.js ?
Node.js makes building scalable network programs easy. Some of its advantages include:
 
* It is generally fast
* It almost never blocks
* It offers a unified programming language and data type
* Everything is asynchronous 
* It yields great concurrency
Advertisement