Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Node.js
3.5K+ articles
WebTech-FAQs
98+ articles
MERN-QnA
90+ articles
Node.js-events-module
12 posts
Recent Articles
Popular Articles
Explain the Event-Driven Architecture of NodeJS
Last Updated: 21 February 2025
NodeJS uses an event-driven architecture, which is a key part of how it handles many tasks at once without blocking. This approach relies on events, event emitters, and li...
read more
Web Technologies
Node.js
Node.js-events-module
MERN-QnA
WebTech-FAQs
Node.js Process disconnect Event
Last Updated: 26 April 2025
In this article, we will discuss about the disconnect event of the Process object. The disconnect event will be issued when the IPC channel is closed if the Node.js proces...
read more
Technical Scripter
Web Technologies
Picked
Node.js
Node.js-events-module
Technical Scripter 2022
Event Demultiplexer in Node.js
Last Updated: 31 January 2025
Node.js is designed to handle multiple tasks efficiently using asynchronous, non-blocking I/O operations. But how does it manage multiple operations without slowing down o...
read more
Web Technologies
Picked
Node.js
Node.js-events-module
Geeks-Premier-League-2022
Geeks Premier League
What is Callback Hell and How to Avoid it in NodeJS?
Last Updated: 20 February 2025
In NodeJS, asynchronous programming can lead to Callback Hell, where deeply nested callbacks make the code hard to read and maintain. This happens when multiple asynchrono...
read more
Web Technologies
Picked
Node.js
Node.js-events-module
NodeJS-Questions
Geeks-Premier-League-2022
Geeks Premier League
Callbacks and Events in NodeJS
Last Updated: 19 February 2025
Callbacks and events are fundamental building blocks for asynchronous programming in NodeJS. They're essential for handling operations that might take some time, ensuring ...
read more
Web Technologies
Picked
Node.js
Node.js-events-module
NodeJS-Questions
Node.js Http2Stream Response Event
Last Updated: 20 November 2020
The 'response' Event in the http2 server is emitted if a response HEADERS frame has been received for this stream from the connected HTTP/2 server.Syntax:Event: 'response'...
read more
Web Technologies
Node.js
Node.js-events-module
Node.js Http2Session stream Event
Last Updated: 18 November 2020
The 'stream' Event in http2 server is emitted when a new Http2Stream is created.Syntax:Event: 'stream'Parameters: This event does not accept any argument as a parameter.Re...
read more
Web Technologies
Node.js
Node.js-events-module
Node.js emitter.eventNames() Method
Last Updated: 13 August 2020
In Node.js, most of the core APIs are built near around an idiomatic asynchronous and event-driven architecture. EventEmitter class has instances that are emitted as event...
read more
Web Technologies
Node.js
Node.js-events-module
Asynchronous Programming in NodeJS
Last Updated: 21 February 2025
Asynchronous programming in NodeJS allows tasks to run in the background without blocking execution, enabling efficient handling of multiple operations. It uses the event ...
read more
Web Technologies
Picked
Node.js
Node.js-Misc
Node.js-events-module
NodeJS EventEmitter
Last Updated: 07 March 2025
The EventEmitter class in NodeJS is a core module that provides a way to handle asynchronous events. It allows objects to emit events and other objects to listen and respo...
read more
Web Technologies
Picked
Node.js
Node.js-Misc
Node.js-events-module
Promises in NodeJS
Last Updated: 18 February 2025
Promises are a fundamental concept in asynchronous programming in JavaScript, especially in NodeJS, where non-blocking I/O operations are key to performance. Promises allo...
read more
Web Technologies
Picked
Node.js
Node.js-events-module
Node.js Events
Last Updated: 01 May 2025
An event in NodeJS is an action or occurrence, such as a user click, a file being read, or a message being received, that NodeJS can respond to. Events are managed using t...
read more
Web Technologies
Picked
Node.js
Node.js-events-module
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !