0 votes
in NodeJS Essentials by

What is Event-driven programming?

1 Answer

0 votes
by

Event-driven programming is building our application based on and respond to events. When an event occurs, like click or keypress, we are running a callback function which is registered to the element for that event.

Event driven programming follows mainly a publish-subscribe pattern.

Related questions

0 votes
asked Sep 24, 2023 in Angular by AdilsonLima
+1 vote
asked Feb 3, 2022 in Cloudera Rudiments by sharadyadav1986
...