0PricingLogin
Node.js Backend Development Bootcamp · Lesson

Introduction to Node.js & NPM

Learn what Node.js is, its advantages for backend development, and how to use the Node Package Manager (NPM).

Welcome to Node.js!

Node.js is a server-side JavaScript runtime — an engine that runs your JS outside the browser, right on a server or your own machine.

Why Node.js is Awesome

Why developers love Node.js: one language front to back, blazing V8 speed, non-blocking I/O for high concurrency, and the massive NPM ecosystem.

All lessons in this course

  1. Introduction to Node.js & NPM
  2. Node.js Module System Explained
  3. Asynchronous JavaScript & Event Loop
  4. Working with the File System & Streams
← Back to Node.js Backend Development Bootcamp