Simple event system that allow decoupled communication between modules (a.k.a. observer pattern).
Similar to DOM events but independent of browser APIs, intended for use cases unrelated to the DOM or even the browser.
Main APIs: EventSource and EventBus
Simple event system that allow decoupled communication between modules (a.k.a. observer pattern).
Similar to DOM events but independent of browser APIs, intended for use cases unrelated to the DOM or even the browser.
Main APIs: EventSource and EventBus