Completed
Hello World in Node.js
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Node.js Fundamentals and Modern JavaScript - A Comprehensive Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Overview
- 2 What is Node?
- 3 Install Node and NPM
- 4 REPL
- 5 Hello World in Node.js
- 6 Hello World Explanation
- 7 Node HTTP Request and Response
- 8 Section 1: Summary
- 9 Section 2: Modern Javascript: ES6?
- 10 Variables and Blocks
- 11 Arrow Functions in JS
- 12 'this' in Arrow Functions
- 13 Object Literals
- 14 Destructuring and REST/SPREAD operator
- 15 String Interpolation and Template
- 16 Class
- 17 Asynchronous Programming
- 18 Section 3: Node JS Module
- 19 HTTP Module
- 20 'fs' Module
- 21 URL Module
- 22 Timer API
- 23 Event Loop
- 24 Event Emitters
- 25 nodemon npm package
- 26 Send email using Node.js
- 27 Course Summary