From 5d4b5fe199ba39276b36fa4ec06322aa414442da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20H=C3=BChnken?= <944838+lutzh@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:02:18 +0100 Subject: [PATCH] Add Event-Driven Architecture (#3152) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 87d1e21..054d889 100644 --- a/readme.md +++ b/readme.md @@ -905,6 +905,7 @@ - [HPC](https://github.com/dstdev/awesome-hpc#readme) - High Performance Computing. - [Geocaching](https://github.com/FoxFil/awesome-geocaching#readme) - Outdoor treasure-hunting activity that uses GPS-enabled devices. - [Regex](https://github.com/slevithan/awesome-regex#readme) - Specialized language for matching patterns in text. +- [Event-Driven Architecture](https://github.com/lutzh/awesome-event-driven-architecture#readme) - A software architecture approach where services collaborate by publishing and subscribing to events. ## Related