NPM stands for Node Package Manager which help you manage your packages for Node. Node.js is an event-driven, non-blocking IO model. This means it doesn't block itself for one request (but rather immediately moves to the next request) This makes Node extraordinarily fast and efficient.

9m read timeFrom freecodecamp.org
Post cover image
Table of contents
How to Write Your First Node.js Program (Hello World)How to Import Node Core ModulesHow to Install NPM PackagesHow to Initiate NPM in Our ProgramHow to Use Moment.js — an NPM PackageHow to Create a Hello World Program in ExpressHow to Render Static Files in ExpressHow to Render Dynamic Files in Express

Sort: