Tool
Node.js
JavaScript on the server
Learn to run JavaScript outside the browser and build a simple server.
8
Chapters
4
Practice formats
1
Self-paced
Curriculum
8 chapters, each with a tutorial, a live example, a quiz, an exercise, a challenge, and class practice.
- 1preview
Introduction to Node.js
Running JavaScript outside the browser.
- 2
Modules & require
Organizing code across files.
- 3
npm & package.json
Declaring and installing dependencies.
- 4
File System Module
Reading and writing files with fs.
- 5
Creating an HTTP Server
The built-in http module.
- 6
Express Basics
A minimal web framework for Node.
- 7
Async Patterns
Callbacks, promises, and async/await in Node.
- 8
Environment Variables
Configuring an app without hardcoding secrets.