diff --git a/README.md b/README.md index 3fb59904..f900271a 100644 --- a/README.md +++ b/README.md @@ -647,6 +647,7 @@ Follows best practices and conventions to provide you a SOLID development experi * [MediatR](https://github.com/jbogard/MediatR) - Simple, unambitious mediator implementation in .NET. * [MediatR.Extensions.Microsoft.DependencyInjection](https://github.com/jbogard/MediatR.Extensions.Microsoft.DependencyInjection) - MediatR extensions for Microsoft.Extensions.DependencyInjection. * [Mediator.Net](https://github.com/mayuanyang/Mediator.Net) - A simple mediator for .Net for sending command, publishing event and request response with pipelines supported. +* [MediatorLite](https://github.com/behl1anmol/MediatorLite) - Lightweight, high-performance mediator library for .NET with source-generated, zero-reflection dispatch. Open source alternative to MediatR with comparable benchmarks and flexible notification execution strategies. * [MicroBus](https://github.com/Lavinski/Enexure.MicroBus) - Simple in process mediator for .NET. * [MQTTnet](https://github.com/chkr1011/MQTTnet) - MQTTnet is a high performance .NET library for MQTT based communication. * [netmq](https://github.com/zeromq/netmq) - 100% native C# implementation of ZeroMQ for .NET.