JavaScript implementation of the Publish/Subscribe pattern with TypeScript support.
-
Updated
Feb 7, 2025 - TypeScript
The publish-subscribe pattern (short: pubsub) is an event handling and messaging pattern where the consumer subscribes to the provider, which in return can then publish a message that can be picked up and processed by each subscribed consumer.
JavaScript implementation of the Publish/Subscribe pattern with TypeScript support.
Released 1987