Node js & NPM
What is Node js?
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.
What is NPM?
NPM is a shortcut for Node Package Manager. From its name it is the package manager for the Node JavaScript platform.
A package or module is a piece of code the is written by a developer like you to do a specific job. Developers create package to do repeated, and needed jobs and to abstract code needed to do such jobs.
NPM Crash Course
Core Concepts in the video
Additional Resources
Last updated