2d01f8b854
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
nsq.go | ||
nsq_test.go |
README.md
NSQ
A realtime distributed messaging platform
Setup
start the NSQ lookupd
nsqlookupd
start the NSQ server
nsqd --lookupd-tcp-address=localhost:4160
start the NSQ admin dashboard
nsqadmin --lookupd-http-address localhost:4161
Testing
go test -v ./...