Real-Time Web with Node.js
JavaScript developers and programmers who want to learn Node.js from scratch should watch this course.
What you'll learn
In this course, Kyle Simpson builds your Node.js knowledge step-by-step, starting from simple one-line scripts to chat and video conferencing applications. Learn the HTML5 APIs you need to know for real-time communications such as canvas/video, sockets, getUserMedia, and WebRTC. Then dive into Node.js and learn all about how to use it from the ground up in the command line to communicating with HTML5 in real-time through asynchronous code in Node.js. Course materials can be found at https://frontendmasters.com/assets/resources/kylesimpson/realtime-node.zip
Table of contents
- Node.js Observations 16m
- Hello World 8m
- Accepting Input 10m
- Adding Help 10m
- File IO and Modules 11m
- Asynchronous File IO 10m
- Asynquence 12m
- Using Asynquence 4m
- Kickstarter Survey 5m
- Creating NPM Modules 11m
- Publishing NPM Modules 10m
- Extending Modules 6m
- Grunt and Gulp 3m
- File Streams 8m
- Piping Streams 6m
- Node as a Webserver 11m
- Handling Requests 7m
- Framework Discussion 7m
- Simulating Asyncronicity 5m
- Adding Asynquence 8m
- Serving Static Files 12m