Skip to main content

Event Emitter

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

Overview

The EventEmitter pattern is fundamental to Node.js and is used extensively in the core modules for handling asynchronous events.