From 6bad240f4856a1e6fd4b1ead8d4c9c2fc62dd939 Mon Sep 17 00:00:00 2001 From: Mustafa TURAN Date: Mon, 6 May 2019 18:54:44 -0700 Subject: [PATCH] Add bus package (#2507) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93e48abf..9716ae6a 100644 --- a/README.md +++ b/README.md @@ -955,6 +955,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [APNs2](https://github.com/sideshow/apns2) - HTTP/2 Apple Push Notification provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps. * [Beaver](https://github.com/Clivern/Beaver) - A real time messaging server to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps. * [Benthos](https://github.com/Jeffail/benthos) - A message streaming bridge between a range of protocols. +* [Bus](https://github.com/mustafaturan/bus) - Minimalist message bus implementation for internal communication. * [Centrifugo](https://github.com/centrifugal/centrifugo) - Real-time messaging (Websockets or SockJS) server in Go. * [dbus](https://github.com/godbus/dbus) - Native Go bindings for D-Bus. * [drone-line](https://github.com/appleboy/drone-line) - Sending [Line](https://at.line.me/en) notifications using a binary, docker or Drone CI.