Google News
logo
Express.js - Interview Questions
What is meant by an Event emitter in Node JS?
It's a class of Node JS capable of emitting events. We do this by attaching the named events emitted by the object by using the function- eventEmitter.on().
Advertisement