-
What native Node.js module allows us to get started with Event Driven Programming?
- The
events
module.
- The
-
What is the value of Object Oriented Programming used in tandem with Event Driven Programming?
- The value of Object Oriented Programming used in tandem with Event Driven Programming is that it allows us to create objects that can emit events and listen for them.
-
Consider your knowledge of Event Driven Programming in the Web Browser, now explain to a non-technical friend how Event Driven Programming might be useful on the backend using Node.js.
- Event Driven Programming is useful on the backend using Node.js because it allows us to create objects that can emit events and listen for them. This allows us to create a server that can listen for events and respond to them.
-
What are your learning goals after reading and reviewing the class README?
- Goal 1: To implement event driven architecture in my projects.
- Express Routes with Model Lifecycle Hooks.