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