Node

What is Node?

  • Asynchronous, event-driven JavaScript runtime

  • For scalable, networked applications

What is NPM?

  • Node Package Manager

  • Manages project dependencies

  • Install: npm install npm@latest -g

Last updated

Was this helpful?