https://github.com/sky-big/go-nsq
nsq client 源代码学习版本
https://github.com/sky-big/go-nsq
Last synced: 2 months ago
JSON representation
nsq client 源代码学习版本
- Host: GitHub
- URL: https://github.com/sky-big/go-nsq
- Owner: sky-big
- License: mit
- Created: 2017-01-07T04:04:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T04:05:17.000Z (almost 9 years ago)
- Last Synced: 2025-06-09T16:07:21.316Z (5 months ago)
- Language: Go
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
## go-nsq
[][travis] [](https://godoc.org/github.com/nsqio/go-nsq) [](https://github.com/nsqio/go-nsq/releases/latest)
The official Go package for [NSQ][nsq].
### Docs
See [godoc][nsq_gopkgdoc] and the [main repo apps][apps] directory for examples of clients built
using this package.
### Tests
Tests are run via `./test.sh` (which requires `nsqd` and `nsqlookupd` to be installed).
[nsq]: https://github.com/nsqio/nsq
[nsq_gopkgdoc]: http://godoc.org/github.com/nsqio/go-nsq
[apps]: https://github.com/nsqio/nsq/tree/master/apps
[travis]: http://travis-ci.org/nsqio/go-nsq