What is Node.js?


Node.js is a 
for developing server site application. 

Node.js = Runtime Environment + JavaScript Library
Node.js uses
  • an asynchronous
  • event driven 
  • non-blocking I/O
model that makes it light weight, efficient and perfect for data-intensive real time application that runs on distributed devices. 

Comments

Popular posts from this blog

Why Node.js is cross-platform?