knowledgebase

Viewing articles tagged “Node.js event loop explanation”

Viewing articles tagged “Node.js event loop explanation”

description

Demystifying the Node.js Event Loop

Node.js is a single-threaded application, but it can support concurrency via the concept of event and callbacks. Every API of Node.js is…

arrow_forward
arrow_back « Back