reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

Event Driven Applications


Why is access control important โ“๐Ÿ“

Describe an application that would need access control โ“

What is a role used for โ“๐Ÿ“

Why is role based access control more scalable than discretionary or mandatory access control โ“๐Ÿ“



Event

const EventEmitter = require('events').EventEmitter;
> const myEventEmitter = new EventEmitter;



๐Ÿ“ Event Driven Programming


๐Ÿ“ Node docs: events