Page Index - arcanic-kit/Mediator GitHub Wiki
36 page(s) in this GitHub Wiki:
- Home
- The Problem It Solves
- The Solution: Mediator + CQRS + Events
- ๐ง Commands (Write Operations)
- ๐ Queries (Read Operations)
- ๐ข Events (Domain Events)
- Key Architectural Benefits
- ๐ฏ Single Responsibility Principle
- ๐ Separation of Concerns
- ๐งช Testability
- ๐ง Flexibility & Extensibility
- What Makes Arcanic Mediator Different
- ๐ฆ Modular Architecture
- โก High Performance
- ๐จ Clean Type System
- ๐ Advanced Pipeline System
- Real-World Impact
- Before Arcanic Mediator
- After Arcanic Mediator
- When to Use Arcanic Mediator
- Best Practices
- Please reload this page
- Command Module
- Please reload this page
- Event Module
- Please reload this page
- Getting Started
- Please reload this page
- Pipeline Behaviors
- Please reload this page
- Pre and Post Handlers
- Please reload this page
- Query Module
- Please reload this page
- Testing
- Please reload this page