From a96002c9dcc0671564c17dfb45b259443e89cf66 Mon Sep 17 00:00:00 2001 From: Ernest Nguyen <58267404+erni27@users.noreply.github.com> Date: Sat, 17 Sep 2022 05:13:58 +0200 Subject: [PATCH] Add mob (#4434) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98851dd9..9fefa8c2 100644 --- a/README.md +++ b/README.md @@ -1576,6 +1576,7 @@ _Libraries that implement messaging systems._ - [melody](https://github.com/olahol/melody) - Minimalist framework for dealing with websocket sessions, includes broadcasting and automatic ping/pong handling. - [Mercure](https://github.com/dunglas/mercure) - Server and library to dispatch server-sent updates using the Mercure protocol (built on top of Server-Sent Events). - [messagebus](https://github.com/vardius/message-bus) - messagebus is a Go simple async message bus, perfect for using as event bus when doing event sourcing, CQRS, DDD. +- [mob](https://github.com/erni27/mob) - mob is a generic-based, simple mediator / event aggregator library. It supports in-process requests / events processing. - [NATS Go Client](https://github.com/nats-io/nats) - 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 NSQ topic and channel. - [oplog](https://github.com/dailymotion/oplog) - Generic oplog/replication system for REST APIs.