Event emitter as it sounds is just something that triggers an event to which anyone can listen. Imagine the ability especially when working with asynchronous code to “scream” that some event happens in your code and let other parts of your system who cares about that to “hear” your screaming and register their intent.
Full article