From c1bf0014c8b574cab4b7e8544c242891e09bcb00 Mon Sep 17 00:00:00 2001 From: Alexandr Emelin Date: Thu, 11 Feb 2016 10:14:56 +0300 Subject: [PATCH] Add Centrifugo Real-time messaging (Websockets or SockJS) server in Go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a0594f7..fc4997d2 100644 --- a/README.md +++ b/README.md @@ -522,6 +522,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries that implement messaging systems* +* [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. * [emitter](https://github.com/olebedev/emitter) - Emits events using Go way, with wildcard, predicates, cancellation possibilities and many other good wins. * [EventBus](https://github.com/asaskevich/EventBus) - The lightweight event bus with async compatibility.