2 repos
Systems for decoupled communication between internal components using publish-subscribe patterns.
Distinguishing note: No candidates provided; minting under Software Engineering & Architecture as a communication pattern.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Message Buses. Refine with filters or upvote what's useful.
DevToys is a cross-platform desktop application that provides a collection of offline utilities for common software development tasks. It functions as a local productivity suite, enabling developers to perform operations such as data formatting, encoding, and validation directly within their desktop environment without requiring an internet connection. The application is built with a modular architecture that supports plugin-based extensibility, allowing new tools to be loaded dynamically as independent modules. It utilizes a dependency-injection system for component management and a message
Facilitates decoupled internal communication and event triggering between modular components.
Symfony is a full-stack web framework designed for building scalable and maintainable server-side applications. It provides a comprehensive collection of decoupled components that form a foundational architecture, centered on a robust dependency injection container and a configuration-driven routing engine. By organizing code into modular services, the framework ensures that application components remain testable and loosely coupled throughout the development lifecycle. The framework distinguishes itself through an event-driven kernel architecture that allows developers to intercept and modif
Symfony features a message bus to route tasks to handlers synchronously or asynchronously, decoupling system components and managing background processing tasks.