Search across all documentation pages
7 pages in this section.
What EventEmitter actually is, why so much of Node's core API is built on it, and how its synchronous, in-process design shapes what it's good and bad at - the mental model behind every other page in this section.
Learn EventEmitter basics with 6 Node.js examples. Understand on, once, emit, and listener limits for effective event handling.
Prevent memory leaks from event listeners in Node.js. Learn to use AbortSignal, explicit removeListener, and manage MaxListenersExceededWarning.
Learn best practices for Node.js events, including naming conventions, explicit contracts, and memory management to prevent leaks and ensure maintainability.
A single-page roundup of every highlight bullet from the 6 pages in the Events section, grouped by source page so you can scan all 24 takeaways without opening each article individually.