Skip to content

A lightweight and flexible library for implementing the Mediator pattern in C#, enabling decoupled communication between components.

License

Notifications You must be signed in to change notification settings

oliverigor27/MediatorLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MediatorLite

.NET Core License Build Status

A lightweight and flexible library for implementing the Mediator pattern in C#, enabling decoupled communication between components.


πŸ“¦ About

MediatorLite is a minimalistic and extensible implementation of the Mediator Pattern for C#. It allows components to communicate through a central mediator without knowing about each other, promoting low coupling and high testability.


πŸš€ Features

  • βœ… Lightweight and dependency-free
  • βœ… Request/Response message support
  • βœ… Handler registration via reflection or manual setup
  • βœ… Compatible with dependency injection
  • βœ… Easy to extend and customize

About

A lightweight and flexible library for implementing the Mediator pattern in C#, enabling decoupled communication between components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages