Skip to content
StackPractices

Tag: publish-subscribe

Browse 1 practical software engineering resources tagged with "publish-subscribe". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving publish-subscribe.

Publish-Subscribe Pattern

Broadcast events to multiple independent subscribers. Publishers send messages to a topic without knowing which subscribers exist, enabling loose coupling between producers and consumers.