Course
Skills Expanded
Node.js in the Terminal
This course walks you through many of the core modules of Node.js so that you can confidently bring your front-end skills to the Node runtime.
What you'll learn
Learn how the Node.js runtime is unlike the browser's, and discover what you need to transfer your JavaScript skills. This course explores core modules and environments in Node.js. Learn to work with Node's native libraries, the file system, custom events, the test runner, and more. By the end of the course you learn to write your own Node.js application that runs in the terminal.
Table of contents
Get Started
3mins
Discover the Node Environment
9mins
Import Modules
6mins
Manage Files and Folders
9mins
Create a Simple HTTP Server
5mins
Handle Events
5mins
Test Your Code
7mins