У нас вы можете посмотреть бесплатно Introduction to Node.js | Node.js Course или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
I decided to create a course on Node.js. This is the introduction video. Nevertheless, this video contains a lot of useful information needed to understand what Node.js is and how it works. Table of contents: 00:00 Intruduction 04:05 How Node.js runs our JavaScript code 05:33 What is the V8 Engine? 06:17 What is libuv? 06:30 libuv event loop 07:20 Other features of libuv 08:00 Node.js is single-threaded, isn't it? 09:52 Threads in more detail 23:22 Blocking I/O - simple example 24:23 Blocking I/O - example of handling requests in a single thread 26:19 Blocking I/O - example of handling requests using multiple threads 27:02 Non-blocking I/O - part 1 28:16 Non-blocking I/O - part 2 29:28 Blocking vs Non-blocking I/O 29:55 A brief introduction to event loop and why you shouldn't run CPU-bound tasks on the main thread 32:44 Summary