Skip to content

thawkin3/nodejs-event-loop-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published