From 9852a9957fd5633e33ed939ae183db1ef5d455c7 Mon Sep 17 00:00:00 2001 From: rafael-santiago Date: Wed, 2 Mar 2016 17:29:48 -0300 Subject: [PATCH 1/2] Add github.com/rafael-santiago/cherry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1110f8db..dc18984d 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,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. +* [Cherry](https://github.com/rafael-santiago/cherry) - A tiny webchat 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. From 6c9f348b38653f2721034969e625872b5a01d3bb Mon Sep 17 00:00:00 2001 From: rafael-santiago Date: Sat, 5 Mar 2016 20:16:17 -0300 Subject: [PATCH 2/2] Moving github.com/rafael-santiago/cherry to "Other Software" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc18984d..bb32be61 100644 --- a/README.md +++ b/README.md @@ -527,7 +527,6 @@ 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. -* [Cherry](https://github.com/rafael-santiago/cherry) - A tiny webchat 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. @@ -1128,6 +1127,7 @@ Software written in Go. ### Other Software * [boxed](https://github.com/tejo/boxed) - Dropbox based blog engine +* [Cherry](https://github.com/rafael-santiago/cherry) - A tiny webchat server in Go. * [Circuit](https://github.com/gocircuit/circuit) - Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts comprising cloud applications. * [Comcast](https://github.com/tylertreat/Comcast) - Simulate bad network connections * [confd](https://github.com/kelseyhightower/confd) - Manage local application configuration files using templates and data from etcd or consul.