reading-notes

Readings: Event Driven Applications

Introduction

Event-driven programming is a paradigm where the flow of the program is determined by events such as user actions, sensor outputs, or messages from other programs. In Node.js, event-driven programming is facilitated by the EventEmmiter module.

Reading

Event Driven Programming

Bookmark and Review

Additional Questions