knowledgebase

Viewing articles tagged “Event driven programming in Node.js”

Viewing articles tagged “Event driven programming in Node.js”

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
description

Harnessing the Power of Node.js Event Emitters

Many objects in a Node emit events, for example, a net.Server emits an event each time a peer connects to it, an fs.readStream emits an…

arrow_forward
arrow_back « Back