messagebus alternatives and similar packages
Based on the "Messaging" category.
Alternatively, view messagebus alternatives based on common mentions on social networks and blogs.
-
Centrifugo
Scalable real-time messaging server in a language-agnostic way. Set up once and forever. -
machinery
Machinery is an asynchronous task queue/job queue based on distributed message passing. -
Confluent Kafka Golang Client
Confluent's Apache Kafka Golang client -
NATS Go Client
Golang client for NATS, the cloud native messaging system. -
Mercure
An open, easy, fast, reliable and battery-efficient solution for real-time communications -
APNs2
β‘ HTTP/2 Apple Push Notification Service (APNs) push provider for Go β Send push notifications to iOS, tvOS, Safari and OSX apps, using the APNs HTTP/2 protocol. -
Uniqush-Push
Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices. -
Chanify
Chanify is a safe and simple notification tools. This repository is command line tools for Chanify. -
amqp
An AMQP 0-9-1 Go client maintained by the RabbitMQ team. Originally by @streadway: `streadway/amqp` -
mangos
mangos is a pure Golang implementation of nanomsg's "Scalablilty Protocols" -
PingMe
PingMe is a CLI which provides the ability to send messages or alerts to multiple messaging platforms & email. -
emitter
Emits events in Go way, with wildcard, predicates, cancellation possibilities and many other good wins -
Bus
πMinimalist message bus implementation for internal communication with zero-allocation magic on Emit -
redisqueue
redisqueue provides a producer and consumer of a queue that uses Redis streams -
go-mq
Declare AMQP entities like queues, producers, and consumers in a declarative way. Can be used to work with RabbitMQ. -
nsq-event-bus
A tiny wrapper around NSQ topic and channel :rocket: -
drone-line
Sending line notifications using a binary, docker or Drone CI. -
go-events
:mega: Pure nodejs EventEmmiter for the Go Programming Language. -
RapidMQ
RapidMQ is a pure, extremely productive, lightweight and reliable library for managing of the local messages queue -
go-notify
Package notify provides an implementation of the Gnome DBus Notifications Specification. -
Ratus
Ratus is a RESTful asynchronous task queue server. It translated concepts of distributed task queues into a set of resources that conform to REST principles and provides a consistent HTTP API for various backends based on embedded or external storage engines. -
Commander
Build event-driven and event streaming applications with ease -
structured pubsub
Publish and subscribe functionality within a single process in Go. -
go-longpoll
Parked: PubSub queuing with long-polling subscribers (not bound to http) -
go-vitotrol
golang client library to Viessmann Vitotrol web service -
jazz
Abstraction layer for simple rabbitMQ connection, messaging and administration
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of messagebus or a related project?
README
π message-bus
Go simple async message bus.
π ABOUT
Contributors:
Want to contribute ? Feel free to send pull requests!
Have problems, bugs, feature ideas? We are using the github issue tracker to manage them.
π Documentation
For documentation (including examples), visit rafallorenz.com/message-bus
For GoDoc reference, visit pkg.go.dev
π HOW TO USE
π Benchmark
β message-bus git:(master) β go test -bench=. -cpu=4 -benchmem
goos: darwin
goarch: amd64
pkg: github.com/vardius/message-bus
BenchmarkPublish-4 4430224 250 ns/op 0 B/op 0 allocs/op
BenchmarkSubscribe-4 598240 2037 ns/op 735 B/op 5 allocs/op
π Click here to see all benchmark results.
Features
π HOW TO USE
π [License](LICENSE.md)
This package is released under the MIT license. See the complete license in the package:
*Note that all licence references and agreements mentioned in the messagebus README section above
are relevant to that project's source code only.