What is Node.js
It is a JavaScript runtime built on google Chrome’s V8 JavaScript Engine.
Basically it makes Javascript a server side language, Without Node Javascript is a client (Browser) side language only.
What can you do with it?
Backend Apps, Chat, CMS and a many more
What is NPM?
Its Node Package Manager
Used for installing Node Programs and Modules