Add go-events

This commit is contained in:
Gerasimos Maropoulos 2016-09-06 23:21:46 +03:00 committed by GitHub
parent 11ab5e5ddf
commit 1865155181

View File

@ -570,6 +570,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [dbus](https://github.com/godbus/dbus) - Native Go bindings for D-Bus. * [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. * [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. * [EventBus](https://github.com/asaskevich/EventBus) - The lightweight event bus with async compatibility.
* [go-events](https://github.com/kataras/go-events) - Simple Nodejs-style EventEmmiter for Go.
* [go-longpoll](https://github.com/ventu-io/go-longpoll) - PubSub with long polling. * [go-longpoll](https://github.com/ventu-io/go-longpoll) - PubSub with long polling.
* [go-notify](https://github.com/TheCreeper/go-notify) - Native implementation of the freedesktop notification spec. * [go-notify](https://github.com/TheCreeper/go-notify) - Native implementation of the freedesktop notification spec.
* [go-nsq](https://github.com/nsqio/go-nsq) - the official Go package for NSQ * [go-nsq](https://github.com/nsqio/go-nsq) - the official Go package for NSQ