# NSQ **Repository Path**: chen-hongxun/NSQ ## Basic Information - **Project Name**: NSQ - **Description**: NSQ 是无中心设计、节点自动注册和发现的开源消息系统 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/nsq - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 12 - **Created**: 2023-06-29 - **Last Updated**: 2023-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

[![Build Status](https://github.com/nsqio/nsq/workflows/tests/badge.svg)](https://github.com/nsqio/nsq/actions) [![GitHub release](https://img.shields.io/github/release/nsqio/nsq.svg)](https://github.com/nsqio/nsq/releases/latest) [![Coverage Status](https://coveralls.io/repos/github/nsqio/nsq/badge.svg?branch=master)](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