1 Repo
Lightweight utilities implementing the publish-subscribe pattern for JavaScript applications.
Distinct from PubSub Subscribers: None of the candidates cover general JavaScript PubSub library identity; they are too specific to MQTT or authorization
Explore 1 awesome GitHub repository matching web development · PubSub Libraries. Refine with filters or upvote what's useful.
PubSubJS is a lightweight JavaScript library that implements the publish-subscribe pattern to manage decoupled communication between different parts of an application. It functions as a dependency-free message broker and event bus, allowing components to exchange data without requiring direct dependencies. The system enables the orchestration of events through named topics, allowing developers to register subscriber callbacks and broadcast messages to all interested listeners. It specifically supports the decoupling of component communication and the notification of state changes across multi
Implements the publish-subscribe pattern to manage decoupled communication in JavaScript applications.