From b4313ae8c86b5bb54d9a6b7b933912848e240c89 Mon Sep 17 00:00:00 2001 From: nik <39461955+difficultwork@users.noreply.github.com> Date: Thu, 13 May 2021 14:28:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E7=B3=BB=E7=BB=9Fnats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b88a73..19835e3 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ ps: 以下项目**star数均大于100**,且会定期检查项目的url,剔 | 项目 | 简介 | Star数 | | ---- | ------------------------------- | ---- | |[bitly/nsq ](https://github.com/bitly/nsq)| NSQ 是无中心设计、节点自动注册和发现的开源消息系统。可作为内部通讯框架的基础,易于配置和发布。 |17388| +|[nats-io/nats-server ](https://github.com/nats-io/nats-server)| NATS是一个开源、轻量级、高性能的云原生消息系统。它是实现了具有更高级别扩展性的发布-订阅消息系统。即使NATS是基于发布-订阅分发模型,也可以通过订阅服务器队列组实现分布式系统。 |9282| |[RichardKnop/machinery ](https://github.com/RichardKnop/machinery)| Machinery 是一个 Go 语言的异步任务队列和作业队列,基于分布式消息传递。类似 Python 的 Celery 框架。 |3902| |[blackbeans/kiteq ](https://github.com/blackbeans/kiteq)| KiteQ 是一个基于 go + protobuff 实现的多种持久化方案的 mq 框架(消息队列)。 |742| @@ -245,4 +246,4 @@ ps: 以下项目**star数均大于100**,且会定期检查项目的url,剔 |[robustirc/robustirc ](https://github.com/robustirc/robustirc)| RobustIRC 是不会有网络中断情况的 IRC。RobustIRC 主要特性:服务器不可用的时候不会有网络中断; 可以使用标准 IRC 客户端; 健壮,可以很好处理客户端和网络的连接问题 |126| -**[⬆ 返回顶部](#目录)** \ No newline at end of file +**[⬆ 返回顶部](#目录)** From a3afd79759faeaeead2771efc56e7e774271cfdf Mon Sep 17 00:00:00 2001 From: nik <39461955+difficultwork@users.noreply.github.com> Date: Thu, 13 May 2021 14:32:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E7=B3=BB=E7=BB=9Fnats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects.json b/projects.json index 472679d..7f44a72 100644 --- a/projects.json +++ b/projects.json @@ -831,6 +831,11 @@ "owner": "blackbeans", "desc": " KiteQ 是一个基于 go + protobuff 实现的多种持久化方案的 mq 框架(消息队列)。 ", "name": "kiteq" + }, + "nats-io/nats-server": { + "owner": "Ivan Kozlovic", + "desc": " NATS是一个开源、轻量级、高性能的云原生消息系统。它是实现了具有更高级别扩展性的发布-订阅消息系统。即使NATS是基于发布-订阅分发模型,也可以通过订阅服务器队列组实现分布式系统。 ", + "name": "nats-server" } } }