Node.js Event Loop

Articles on the Javascript event loop:

The below videos are the best ones I’ve come across regarding the event loop in Node.js.

Video #1: The Node.js Event Loop: Not So Single Threaded

Video #2: What the Heck Is the Event Loop Anyway?

Video #3: In the Loop

Video #4: Everything You Need to Know About Node.js Event Loop

Video #5: Node’s Event Loop From the Inside Out by Sam Roberts

ADDITIONAL RESOURCES: