awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Message Buses · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesMessage Buses

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.

  1. Home
  2. Software Engineering & Architecture
  3. Message Buses

Awesome Message Buses GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • DevToys-app/DevToys

    DevToys-app/DevToys

    30,980View on GitHub↗

    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.

    C#blazorcross-platformcsharp
    30,980View on GitHub↗
  • symfony/symfony

    symfony/symfony

    30,952View on GitHub↗

    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.

    PHPbundleframeworkhacktoberfest
    30,952View on GitHub↗