From 46a6b105277e4085b9bf1ab373ca8d84d9a55134 Mon Sep 17 00:00:00 2001 From: Caio Oliveira Date: Thu, 27 Jun 2024 14:34:56 -0300 Subject: [PATCH] Add Horde.Process link Closes #272 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4fefd80..194de65 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,14 @@ Horde.Cluster.set_members(:distributed_supervisor_1, [:distributed_supervisor_1, # supervisor_1, supervisor_2 and supervisor_3 will be joined in a single cluster. ``` +# Other projects + +Useful libraries that use or extend Horde functionalities. + +## [Horde.Process](https://github.com/tyler-eon/horde-process) + +An opinionated but configurable means of quickly creating GenServer modules that are intended to be managed and distributed via Horde. + # Contributing Contributions are welcome! Feel free to open an issue if you'd like to discuss a problem or a possible solution. Pull requests are much appreciated.