Skip to content
  • taslan@taslangraham.com

Taslan Graham

Think, Learn, Create, Repeat!

  • Articles
  • Portfolio
  • About

August 5, 2021

Taslan Graham > Articles > 2021 > August > 05
Javascript Technical

Node.js Event Emitter

Aug 5, 2021 Taslan A. Graham1 Comment on Node.js Event Emitter

Node’s event-driven architecture allows us to execute certain actions when something happens. This is done via objects (called “emitters”) which can emit named events that cause functions (“listeners”) to be executed. Objects that emit events are instances of node’s EventEmitter class, made available via the events module. In this article we’ll look at node’s event emitter.

  • Articles
  • Portfolio
  • About
Copyright © 2023 Bosa Blog. Powered by Bosa Themes