Add go-eventbus (#5007)

This commit is contained in:
Stanislav Petrosyan 2023-10-02 22:59:21 +02:00 committed by GitHub
parent df33d72d3f
commit c5cf54d464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1589,6 +1589,7 @@ _Libraries that implement messaging systems._
- [EventBus](https://github.com/asaskevich/EventBus) - The lightweight event bus with async compatibility.
- [gaurun-client](https://github.com/osamingo/gaurun-client) - Gaurun Client written in Go.
- [Glue](https://github.com/desertbit/glue) - Robust Go and Javascript Socket Library (Alternative to Socket.io).
- [go-eventbus](https://github.com/stanipetrosyan/go-eventbus) - Simple Event Bus package for Go.
- [go-mq](https://github.com/cheshir/go-mq) - RabbitMQ client with declarative configuration.
- [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.