From 4451585d690f9d700019cb067a07b16b05d4b2a1 Mon Sep 17 00:00:00 2001 From: Johanderson Mogollon Date: Mon, 2 Sep 2024 13:13:35 +0200 Subject: [PATCH] Add PubSubx (#4887) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63a8b4f4..950bfda0 100644 --- a/README.md +++ b/README.md @@ -1808,6 +1808,7 @@ There are [other sites with curated lists of elixir packages](#other-awesome-lis * [plasm](https://github.com/facto/plasm) - Plasm is Ecto's composable query multitool, containing higher-level functions such as .count, .random, .first, .last, .find, .inserted_before, .inserted_after, etc. * [plugmap](https://github.com/nerdslabs/plugmap) - Plugmap is sitemap generation library for Plug/Phoenix Framework. * [pubsub](https://github.com/simonewebdesign/elixir_pubsub) - A Publish-Subscribe utility library that implements a pub-sub mechanism to ease the burden of communication on the business logic processes. +* [PubSubx](https://github.com/sonic182/pub_subx) - A simple publish-subscribe system built on Elixir's GenServer and Registry, allowing for dynamic topics, process monitoring, and automatic subscription management. * [quark](https://github.com/robot-overlord/quark) - A library for common functional programming idioms: combinators, currying, and partial application. * [retry](https://github.com/safwank/ElixirRetry) - Simple Elixir macros for linear retry, exponential backoff and wait with composable delays. * [sips_downloader](https://github.com/DavsX/SipsDownloader) - Elixir module for downloading the ElixirSips episodes and all other files.