Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
N

nsq

> 编程语言
开源

A realtime distributed messaging platform

25.8K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

A realtime distributed messaging platform

  • Source: https://github.com/nsqio/nsq
  • Issues: https://github.com/nsqio/nsq/issues
  • Mailing List: [email protected]
  • IRC: #nsq on freenode
  • Docs: https://nsq.io
  • Twitter: @nsqio

[](https://github.com/nsqio/nsq/releases/latest) [](https://coveralls.io/github/nsqio/nsq?branch=master) **NSQ** is a realtime distributed messaging platform designed to operate at scale, handling billions of messages per day. It promotes *distributed* and *decentralized* topologies without single points of failure, enabling fault tolerance and high availability coupled with a reliable message delivery guarantee. See [features & guarantees][features_guarantees]. Operationally, **NSQ** is easy to configure and deploy (all parameters are specified on the command line and compiled binaries have no runtime dependencies). For maximum flexibility, it is agnostic to data format (messages can be JSON, MsgPack, Protocol Buffers, or anything else). Official Go and Python libraries are available out of the box (as well as many other [client libraries][client_libraries]), and if you're interested in building your own, there's a [protocol spec][protocol]. We publish [binary releases][installing] for Linux, Darwin, FreeBSD and Windows, as well as an official [Docker image][docker_deployment]. NOTE: master is our *development* branch and may not be stable at all times. ## In Production               
              
              
              
              
        

## Code of Conduct Help us keep NSQ open and inclusive. Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md). ## Authors NSQ was designed and developed by Matt Reiferson ([@imsnakes][snakes_twitter]) and Jehiah Czebotar ([@jehiah][jehiah_twitter]) but wouldn't have been possible without the support of [Bitly][bitly], maintainers ([Pierce Lopez][pierce_github]), and all our [contributors][contributors]. Logo created by Wolasi Konu ([@kisalow][wolasi_twitter]). [protocol]: https://nsq.io/clients/tcp_protocol_spec.html [installing]: https://nsq.io/deployment/installing.html [docker_deployment]: https://nsq.io/deployment/docker.html [snakes_twitter]: https://twitter.com/imsnakes [jehiah_twitter]: https://twitter.com/jehiah [bitly]: https://bitly.com [features_guarantees]: https://nsq.io/overview/features_and_guarantees.html [contributors]: https://github.com/nsqio/nsq/graphs/contributors [client_libraries]: https://nsq.io/clients/client_libraries.html [wolasi_twitter]: https://twitter.com/kisalow [pierce_github]: https://github.com/ploxiln

核心特点

  • •Go
  • •distributed-systems
  • •go
  • •message-queue
  • •messaging

> 标签

Godistributed-systemsgomessage-queuemessaging

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言