Reading Notes

All the answers to some of the questions

View project on GitHub

Reading Notes for Day 11 of 401:

Event Driven Programming

  • What native Node.js module allows us to get started with Event Driven Programming? EventEmitter
  • What is the value of Object Oriented Programming used in tandem with Event Driven Programming?

  • 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.

Bookmark and Review

Node docs: events

Things I want to know more about:

back to Table of Contents