/nodejs-event-loop-presentation

Presentation slides and demo examples for the Node.js event loop

Primary LanguageJavaScript

Node.js Event Loop Presentation

This repo contains slides and demo examples for my talk "Understanding the Node.js Event Loop" that I presented at the Node.js Global Summit 2022 on May 18, 2022.

I'll also be presenting this at UtahJS on September 23, 2022 with the talk title "A Deep Dive Into the Node.js Event Loop."

Node.js Event Loop

Using This Repo

The demos directory contains several files. Each file is an independent demo that you can run with Node.js. For example:

node demos/01-synchronous.js

Try to guess the order in which the functions will be executed before running each example.

Resources

Node.js Docs

Articles

Talks