Introduction to Node.js, v3

Introduction to Node.js, v3

4 hours, 12 minutes CC

Take your JavaScript skills to the server with Node.js! Learn to build command-line interfaces, read and write from files and databases, and create scalable servers. Use third-party modules, asynchronous coding, and CRUD operations. Test your code with Jest. Gain all the skills you need to develop professional Node.js applications!

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

Published: August 13, 2023
Get Unlimited Access Now
Table of Contents

Introduction

Node Basics

Creating a CLI

Modules

File I/O

Testing

Servers

Wrapping Up