From 6c1354ac173a8445ea19b3df77e16e3a77de9546 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Sun, 5 Feb 2023 17:20:30 +0100 Subject: [PATCH] added note about upstream repo and SparkleShare as one use case --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index c81f43c..529eff2 100644 --- a/README +++ b/README @@ -1,5 +1,11 @@ -Fanout is meant to create a simple pubsub server to handle sending messages and -receiving messages on different channels. +Forked from https://github.com/travisghansen/fanout. +Used for things like SparkleShare ([1], [2]). + +* [1] https://github.com/hbons/SparkleShare/ +* [2] https://github.com/hbons/sparkleshare-git-hook/blob/master/post-update + +Fanout is meant to create a simple pubsub server to handle sending +messages and receiving messages on different channels. Protocol: -- GitLab