From a8f1c238f83ed4bc25553ad755ee4f0d85472ede Mon Sep 17 00:00:00 2001 From: John Weldon Date: Tue, 29 Oct 2024 22:07:17 -0700 Subject: [PATCH] Update NATS Go Client Entry (#5463) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccbe3a482f3..ce2ebf6d75b 100644 --- a/README.md +++ b/README.md @@ -1729,7 +1729,8 @@ _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. -- [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. +- [NATS Go Client](https://github.com/nats-io/nats.go) - Go client for the NATS + messaging system. - [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. - [pubsub](https://github.com/tuxychandru/pubsub) - Simple pubsub package for go.