From 9f663dfa6f560d988b18cc00df205cfb51e704a6 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Tue, 16 Oct 2018 13:28:42 +1300 Subject: [PATCH] Add APNs2 HTTP/2 Apple Push Notification library (#2149) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 836ae30f..e342bc74 100644 --- a/README.md +++ b/README.md @@ -811,6 +811,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries that implement messaging systems.* +* [APNs2](https://github.com/sideshow/apns2) - HTTP/2 Apple Push Notification provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps. * [Benthos](https://github.com/Jeffail/benthos) - A message streaming bridge between a range of protocols. * [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.