Skip to main content

2 docs tagged with "event-loop"

View all tags

Event Loop

The Node.js event loop is the mechanism that allows Node.js to perform non-blocking I/O operations despite JavaScript being single-threaded.