Skip to content
💻ProgrammingEN

Introduction to Node.js

Learn server-side JavaScript with Node.js. Master the runtime, modules, the file system, HTTP servers, npm, Express, and asynchronous patterns to build real backend applications.

10 lessons

Subscribe to unlock all 10 lessons

One monthly subscription gives you unlimited access to this course and every other course on LearningBro.

Lessons

What is Node.js?Preview
The Node.js Runtime
Modules and require
The File System Module
Building an HTTP Server
npm and Packages
Introduction to Express
Routing in Express
Middleware
Asynchronous Patterns