Aicloud E-Learning
← Back to Tools
Node.js

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.

  1. 1

    Introduction to Node.js

    Running JavaScript outside the browser.

    preview
  2. 2

    Modules & require

    Organizing code across files.

  3. 3

    npm & package.json

    Declaring and installing dependencies.

  4. 4

    File System Module

    Reading and writing files with fs.

  5. 5

    Creating an HTTP Server

    The built-in http module.

  6. 6

    Express Basics

    A minimal web framework for Node.

  7. 7

    Async Patterns

    Callbacks, promises, and async/await in Node.

  8. 8

    Environment Variables

    Configuring an app without hardcoding secrets.

Preview the first lesson free →