diff --git a/README.md b/README.md index 983f752e..a5a3653b 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Follows best practices and conventions to provide you a SOLID development experi * [surging](https://github.com/dotnetcore/surging) - Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS, Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, Hash Algorithms, random, polling, pressure minimum priority as a load balancing algorithm, built-in service governance to ensure reliable RPC communication. * [Xer.Cqrs](https://github.com/jeyjeyemem/Xer.Cqrs) - A simple library for creating applications based on the CQRS pattern with support for attribute routing and hosted handlers. Developed in C# targeting .NET Standard 1.0. * [X.PagedList](https://github.com/dncuug/X.PagedList) - Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core. +* [Ivy](https://github.com/Ivy-Interactive/Ivy-Framework) - Open-source .NET framework for building internal tools using a single C# codebase, enabling rapid development of CRMs, dashboards, and back-office apps. ### Application Templates * [.NET Boxed](https://github.com/Dotnet-Boxed/Templates) - Project templates with batteries included, providing the minimum amount of code required to get you going. Includes ASP.NET Core API and GraphQL Templates.