An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Build](https://github.com/coderynx/mediator-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/coderynx/mediator-kit/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/coderynx/mediator-kit.svg)](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