Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加消息系统nats #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|

Expand Down Expand Up @@ -245,4 +246,4 @@ ps: 以下项目**star数均大于100**,且会定期检查项目的url,剔
|[robustirc/robustirc ](https://github.com/robustirc/robustirc)| RobustIRC 是不会有网络中断情况的 IRC。RobustIRC 主要特性:服务器不可用的时候不会有网络中断; 可以使用标准 IRC 客户端; 健壮,可以很好处理客户端和网络的连接问题 |126|


**[⬆ 返回顶部](#目录)**
**[⬆ 返回顶部](#目录)**
5 changes: 5 additions & 0 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}