https://github.com/coderynx/mediator-kit
Simple Mediator with CQRS in mind.
https://github.com/coderynx/mediator-kit
clean-architecture cqrs dotnet mediator
Last synced: 3 months ago
JSON representation
Simple Mediator with CQRS in mind.
- Host: GitHub
- URL: https://github.com/coderynx/mediator-kit
- Owner: coderynx
- License: mit
- Created: 2025-06-19T10:43:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-03-20T18:21:04.000Z (3 months ago)
- Last Synced: 2026-03-21T04:08:25.708Z (3 months ago)
- Topics: clean-architecture, cqrs, dotnet, mediator
- Language: C#
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/coderynx/mediator-kit/actions/workflows/ci.yml)
[](https://github.com/coderynx/mediator-kit/blob/main/LICENSE)
# MediatorKit
## Introduction
**Coderynx.MediatorKit** is a lightweight, extensible mediator library for .NET applications. It simplifies the
communication between components through strongly-typed requests, promoting clean architecture and
reducing tight coupling.
## Features
- Simple and intuitive mediator pattern implementation
- Dependency injection ready
- Extensible pipeline behaviors for cross-cutting concerns