-
Урок 1.
00:01:42
Course Overview
-
Урок 2.
00:05:32
Is This Course for You?
-
Урок 3.
00:06:25
Course Overview
-
Урок 4.
00:06:05
Node's Architecture: V8 and libuv
-
Урок 5.
00:06:06
Node's CLI and REPL
-
Урок 6.
00:10:11
Global Object, Process, and Buffer
-
Урок 7.
00:09:11
How require() Actually Works
-
Урок 8.
00:03:03
JSON and C++ Addons
-
Урок 9.
00:05:44
Wrapping and Caching Modules
-
Урок 10.
00:08:31
Know Your NPM
-
Урок 11.
00:01:42
Summary
-
Урок 12.
00:00:42
Introduction
-
Урок 13.
00:02:21
What Is I/O Anyway
-
Урок 14.
00:02:09
The Event Loop
-
Урок 15.
00:03:29
The Call Stack
-
Урок 16.
00:01:46
Handling Slow Operations
-
Урок 17.
00:05:02
How Callbacks Actually Work
-
Урок 18.
00:04:11
setImmediate and process.nextTick
-
Урок 19.
00:01:11
Summary
-
Урок 20.
00:05:16
Callbacks, Promises, and Async/Await
-
Урок 21.
00:03:37
Event Emitter
-
Урок 22.
00:02:25
Arguments, Errors, and Order of Listeners
-
Урок 23.
00:08:55
Practical Example: Task List Manager
-
Урок 24.
00:01:04
Summary
-
Урок 25.
00:02:37
TCP Networking with the Net Module
-
Урок 26.
00:04:40
Working with Multiple Sockets
-
Урок 27.
00:04:41
Improving the Chat Server
-
Урок 28.
00:02:21
The DNS Module
-
Урок 29.
00:04:00
UDP Datagram Sockets
-
Урок 30.
00:00:55
UDP Summary
-
Урок 31.
00:04:19
The Basic Streaming HTTP Server
-
Урок 32.
00:02:24
Working with HTTPS
-
Урок 33.
00:05:11
Requesting HTTP/HTTPS Data
-
Урок 34.
00:03:53
Working with Routes
-
Урок 35.
00:03:14
Parsing URLs and Query Strings
-
Урок 36.
00:00:50
Summary
-
Урок 37.
00:01:18
Working with the Operating System
-
Урок 38.
00:08:28
Working with the File System
-
Урок 39.
00:04:13
Console and Utilities
-
Урок 40.
00:04:34
Debugging Node.js Applications
-
Урок 41.
00:01:25
Summary
-
Урок 42.
00:04:34
Stream All the Things!
-
Урок 43.
00:04:13
Streams 101
-
Урок 44.
00:04:37
Implementing Readable and Writable Streams
-
Урок 45.
00:04:51
Duplex Streams and Transform Streams
-
Урок 46.
00:01:40
Summary
-
Урок 47.
00:02:54
Scaling Node.js Applications
-
Урок 48.
00:06:10
Child Processes Events and Standard IO
-
Урок 49.
00:04:28
The Shell Snytax, exec(), and execFile()
-
Урок 50.
00:03:11
The fork() Function
-
Урок 51.
00:02:16
The Cluster Module
-
Урок 52.
00:03:53
Load-balancing an HTTP Server
-
Урок 53.
00:03:12
Broadcasting Messages to All Workers
-
Урок 54.
00:07:37
Availability and Zero-downtime Restarts
-
Урок 55.
00:03:09
Shared State and Sticky Load Balancing
-
Урок 56.
00:01:31
Summary
-
Урок 57.
00:02:40
Course Wrap Up