A realtime distributed messaging platform
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
go test -v ./...