From fcbf94fd14e6ea1e156dba396e7fcc42e7d5fa00 Mon Sep 17 00:00:00 2001 From: Rafael Jesus Date: Thu, 23 Mar 2017 01:56:36 -0300 Subject: [PATCH 1/2] Add nsq-event-bus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23c1d0ba..d2737354 100644 --- a/README.md +++ b/README.md @@ -635,6 +635,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [machinery](https://github.com/RichardKnop/machinery) - An asynchronous task queue/job queue based on distributed message passing. * [mangos](https://github.com/go-mangos/mangos) - Pure go implementation of the Nanomsg ("Scalable Protocols") with transport interoperability. * [NATS Go Client](https://github.com/nats-io/nats) - A lightweight and high performance publish-subscribe and distributed queueing messaging system - this is the Go library. +* [nsq-event-bus](https://github.com/rafaeljesus/nsq-event-bus) - A tiny wrapper around [go-nsq](https://github.com/nsqio/go-nsq) topic and channel. * [oplog](https://github.com/dailymotion/oplog) - A generic oplog/replication system for REST APIs * [pubsub](https://github.com/tuxychandru/pubsub) - A simple pubsub package for go. * [RapidMQ](https://github.com/sybrexsys/RapidMQ) - RapidMQ is a lightweight and reliable library for managing of the local messages queue From 8272d1cb6154a79e71318ee266f9bedeabba52a7 Mon Sep 17 00:00:00 2001 From: Rafael Jesus Date: Sun, 26 Mar 2017 10:15:37 -0300 Subject: [PATCH 2/2] Remove go-nsq link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2737354..7f562f5f 100644 --- a/README.md +++ b/README.md @@ -635,7 +635,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [machinery](https://github.com/RichardKnop/machinery) - An asynchronous task queue/job queue based on distributed message passing. * [mangos](https://github.com/go-mangos/mangos) - Pure go implementation of the Nanomsg ("Scalable Protocols") with transport interoperability. * [NATS Go Client](https://github.com/nats-io/nats) - A lightweight and high performance publish-subscribe and distributed queueing messaging system - this is the Go library. -* [nsq-event-bus](https://github.com/rafaeljesus/nsq-event-bus) - A tiny wrapper around [go-nsq](https://github.com/nsqio/go-nsq) topic and channel. +* [nsq-event-bus](https://github.com/rafaeljesus/nsq-event-bus) - A tiny wrapper around NSQ topic and channel. * [oplog](https://github.com/dailymotion/oplog) - A generic oplog/replication system for REST APIs * [pubsub](https://github.com/tuxychandru/pubsub) - A simple pubsub package for go. * [RapidMQ](https://github.com/sybrexsys/RapidMQ) - RapidMQ is a lightweight and reliable library for managing of the local messages queue