In this crash course we will explore Node.js fundamentals including modules such as path, url, fs, events and we will create an HTTP server from scratch without Express and deploy to Heroku.
01:18 - What is Node.js
07:42 - NPM
10:16 - Install Node.js
20:05 - Module Wrapper Function
22:50 - Path Module
28:50 - File System Module
38:00 - OS module
41:25 - URL Module
47:00 - Event Module
50:00 - Logger With Event Emitter
56:00 - HTTP Module
59:00 - Create a Server
1:24:55 - Deploy to Heroku