Skip to main content

6 docs tagged with "nodejs"

View all tags

Event Emitter

EventEmitter is a core Node.js module that facilitates communication between objects by allowing them to emit and listen for events.

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.

Libuv

Libuv is a multi-platform C library that provides support for asynchronous I/O based on event loops, and is the core dependency powering Node.js.

Must Do

Essential advanced-level NodeJS questions.

Must Do

Essential intermediate-level NodeJS questions.