1 repositorio
Specialized hubs that coordinate communication between decoupled components to eliminate direct dependencies.
Distinct from Centralization Patterns: Focuses on the mediator pattern for inter-component communication rather than general system centralization or data aggregation.
Explore 1 awesome GitHub repository matching software engineering & architecture · Event Mediators. Refine with filters or upvote what's useful.
This project is a structured architectural layer for Backbone.js that implements the model-view-controller pattern for building complex single-page applications. It serves as a view management library and application framework that organizes views and data into manageable components and regions. The framework provides a centralized event aggregator pattern to coordinate communication between decoupled application modules without direct dependencies. It also includes a configuration-based client-side routing engine that maps browser URLs to specific controller actions. The system covers front
Implements a mediator pattern via a central hub to decouple application components.