Completed
Getting Node
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Getting Started with Node.js - Full Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Getting Node
- 2 What is Node? What is V8? What’s a REPL?
- 3 Node’s CLI and process environment
- 4 Executing files with Node
- 5 Modules wrapping and exports/require
- 6 Modules caching and APIs
- 7 ECMAScript modules in Node
- 8 Using Node/npm packages
- 9 Publishing packages
- 10 Cleanup and global modules
- 11 package.json scripts, npx, and prod/dev dependencies
- 12 Creating a web server with built-in http
- 13 Creating a web server with express
- 14 Require vs import vs import()
- 15 Watching files for change in development
- 16 Callbacks and promises
- 17 Events and streams
- 18 Clusters and PM2
- 19 Other core libraries in Node
- 20 Debugging Node applications
- 21 Modern JavaScript review
- 22 What’s next?