
Introducing Omnibus: new Event Bus library written in TypeScript
Event bus is an integral part of JavaScript. Each DOM element subscribes to it and events are the key to the web’s interactivity. But the main concept of it can be used in many other scenarios.
Omnibus is a library that helps you leverage the capabilities of event buses (or more widely speaking publisher/subscriber pattern) without relying on the DOM…