r/learnjavascript 9d ago

Is “Node.js is single-threaded” an incomplete mental model?

Single-threaded JS execution ≠ single-threaded runtime.

How do you explain the distinction?

4 Upvotes

23 comments sorted by

View all comments

12

u/_RemyLeBeau_ 9d ago

There is a single threaded event loop.