1.

Name the type of applications where you can use Node.js?

Answer»
  1. I/O BOUND applications.
    It can be anything ranging from reading/writing local FILES to making an HTTP request to  an API. 
  2. DATA streaming applications.
    Stock broker trading applications – takes those prices and send them in realtime to    customers or to other application for further processing.
  3. Data intensive Real time applications. Like Chat applications like Whatsapp, facebook,  Linkedin
  4. JSON API based applications like Twitter
  5. Single page applications like Angular applications.
    Angular uses npm (NodeJS package manager) for accessing its libraries. For speeding  up angular development you need CLI (Command level Interface)which INTURN REQUIRES  node and npm.


Discussion

No Comment Found