Understanding EventEmitter | Understanding Node.js Core Concepts
EventEmitter is a class that helps us create a publisher-subscriber pattern in NodeJS.
With an event emitter, we can simply raise a new event from a different part of an application, and a listener will listen to the raised event and have some action...
omarsaade.hashnode.dev2 min read