What is event emmitter?



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

Post New Answer

More Node.js Interview Questions

What is the use of express js?

1 Answers  


Why node.js is used?

1 Answers  


What Is Purpose Of Buffer Class In Node?

1 Answers  


What are the purposes of console object in node.js?

1 Answers  


How long will it take to learn node js?

1 Answers  


Does node.js supports cryptography?

1 Answers  


Using the event loop what are the tasks that should be done asynchronously?

1 Answers  


Is node js and javascript same?

1 Answers  


Explain restful web service?

1 Answers  


For what require() is used in node js?

1 Answers  


How to protect node js source code?

1 Answers  


Give an example of readable stream with non-flowing mode in node.js?

1 Answers  


Categories