knowledgebase

Viewing articles tagged “Understanding Node.js asynchronous operations”

Viewing articles tagged “Understanding Node.js asynchronous operations”

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