Sunday, June 17, 2018

Node JS

Node.JS is powerful JavaScript framework built on top of Google Chrome's JS V8 Engine. 

It is used to develop I/O intensive web applications like video streaming sites, single-page applications, etc.. Node.JS is open source and used by thousands of developers around the world.


Advantages

  1. Quick & easy development
  2. High performance
  3. Run on single thread to handle multiple concurrent requests
  4. Easy to write API and interaction code
  5. Streaming support
  6. Monitoring possibilities
  7. Authentication support
  8. Lightweight, fast, and scalable

No comments: