Node.js Events and Event Emitter Explained - How to Work With Events in Node.js

preview_player
Показать описание


Watch this video to learn:

- How the Event Emitter class works
Рекомендации по теме
Комментарии
Автор

I really love this presentation, thank you.

andreygeiserman
Автор

So if an event is emitted by an instance of a certain class, is that event only visible to an event listener attached to that particular instance or is it to all instances of the class, or even to a different class instance, which has a listener for this particular event?

element