Digging Into Node.js

Digging Into Node.js

Learning Paths:
4 hours, 0 minutes CC

Node.js has taken the JavaScript world by storm, but where do you start when all you see are tens of thousands of packages/frameworks on npm? The best place to start is always at the foundation, and that's what this course focuses on. In this course, you’ll get to know the fundamental concepts in Node.js: CLI programming, file system access, asynchrony, streams, HTTP servers & routing, database persistence, and child processes.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: July 9, 2019
Get Unlimited Access Now
Table of Contents

Introduction

Command Line Scripts

Streams

Database

Web Servers

Child Process

Debugging

Wrapping Up