From a3eb49a3d74f8276179523d78adfa359e7ced7e7 Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Tue, 22 Dec 2020 04:53:45 -0300 Subject: [PATCH] Added hare repo (#3389) Added [hare](https://github.com/leozz37/hare) to #messaging category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c6dbcfe..43dae836 100644 --- a/README.md +++ b/README.md @@ -1166,6 +1166,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gorush](https://github.com/appleboy/gorush) - Push notification server using [APNs2](https://github.com/sideshow/apns2) and google [GCM](https://github.com/google/go-gcm). * [gosd](https://github.com/alexsniffin/gosd) - A library for scheduling when to dispatch a message to a channel. * [guble](https://github.com/smancke/guble) - Messaging server using push notifications (Google Firebase Cloud Messaging, Apple Push Notification services, SMS) as well as websockets, a REST API, featuring distributed operation and message-persistence. +* [hare](https://github.com/leozz37/hare) - A user friendly library for sending messages and listening to TCP sockets. * [hub](https://github.com/leandro-lugaresi/hub) - A Message/Event Hub for Go applications, using publish/subscribe pattern with support for alias like rabbitMQ exchanges. * [jazz](https://github.com/socifi/jazz) - A simple RabbitMQ abstraction layer for queue administration and publishing and consuming of messages. * [machinery](https://github.com/RichardKnop/machinery) - Asynchronous task queue/job queue based on distributed message passing.