From c86239e0f71784bcb2d401ba26a7a195d9587bc5 Mon Sep 17 00:00:00 2001 From: Tim Jones Date: Fri, 14 Jun 2024 13:52:47 +0100 Subject: [PATCH] Added AsyncMonolith --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d185fac..92edf8c3 100644 --- a/README.md +++ b/README.md @@ -639,6 +639,7 @@ Follows best practices and conventions to provide you a SOLID development experi * [SqlKata](https://github.com/sqlkata/querybuilder) - Elegant Sql Query Builder, that supports complex queries, joins, sub queries, nested where conditions, vendor engine targets and more ### Queue and Messaging +* [AsyncMonolith](https://github.com/Timmoth/AsyncMonolith) - Facilitates simple asynchronous messaging in dotnet apps. * [emitter](https://emitter.io/) - Free open source real-time messaging service that connects all devices. This publish-subscribe messaging API is built for speed and security. * [EasyNetQ](https://github.com/EasyNetQ/EasyNetQ) - An easy to use .NET API for RabbitMQ. * [EventStore](https://github.com/EventStore/EventStore) - The open-source, functional database with Complex Event Processing in JavaScript.