Skip to content
StackPractices

Tag: event-bus

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

Event Bus Pattern

Decouple components by routing events through a central bus. A behavioral pattern for loosely coupled communication between modules.