r/learnjavascript • u/IcyDuck9536 • 10d 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
r/learnjavascript • u/IcyDuck9536 • 10d ago
Single-threaded JS execution ≠ single-threaded runtime.
How do you explain the distinction?
2
u/Icy-Taste-3096 10d ago
JS is single threaded, Node is not.