Name the type of applications where you can use Node.js?
Answer»
I/O BOUND applications. It can be anything ranging from reading/writing local FILES to making an HTTP request to an API.
DATA streaming applications. Stock broker trading applications – takes those prices and send them in realtime to customers or to other application for further processing.
Data intensive Real time applications. Like Chat applications like Whatsapp, facebook, Linkedin
JSON API based applications like Twitter
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 INTURNREQUIRES node and npm.