Question - What is meant by event-driven programming in Node.js?v
Answer -
Event-driven programming is a technique in which the workflow execution of a program is mainly controlled by the occurrence of events from external programs or other sources.
The event-driven architecture consists of two entities, namely:
• Event handling
• Event selection