What is event emmitter?
Answer / Nishu Agrawal
An EventEmitter is an object found in the Node.js core modules that allows you to emit events and listen for them. It's a fundamental part of Node.js's non-blocking, asynchronous architecture.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of express js?
Why node.js is used?
What Is Purpose Of Buffer Class In Node?
What are the purposes of console object in node.js?
How long will it take to learn node js?
Does node.js supports cryptography?
Using the event loop what are the tasks that should be done asynchronously?
Is node js and javascript same?
Explain restful web service?
For what require() is used in node js?
How to protect node js source code?
Give an example of readable stream with non-flowing mode in node.js?