From 659a9cadf33fdffa29ad278fbd19e0c46968c973 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Wed, 9 Jul 2014 07:57:21 -0700 Subject: [PATCH] Added NATS to the messaging system. NATS is a lightweight and highly performant publish-subscribe and distributed queueing messaging system. It powers CloudFoundry, Apcera, Baidu and others. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9191ad77..5a7d9008 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [dbus](https://github.com/godbus/dbus) - Native Go bindings for D-Bus. * [gopush-cluster](https://github.com/Terry-Mao/gopush-cluster) - gopush-cluster is a go push server cluster. +* [NATS](https://github.com/apcera/nats) - A lightweight and highly performant publish-subscribe and distributed queueing messaging system. * [Uniqush-Push](https://github.com/uniqush/uniqush-push) - A redis backed unified push service for server-side notifications to mobile devices.