Registry / messaging / nsqio-go-nsq

nsqio-go-nsq

JSON →
library1.1.0gogounverified

Package nsq is the official Go package for NSQ, a realtime distributed messaging platform.

go get github.com/nsqio/go-nsq
INSTALL
IMPORT
SIG · NSQIO-GO-NSQ
N
nsqio-go-nsq
messaginggov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nsq
github.com/nsqio/go-nsq

Publish a message to NSQ

package main import ( "fmt" "github.com/nsqio/go-nsq" ) func main() { producer, _ := nsq.NewProducer("127.0.0.1:4150", nsq.NewConfig()) producer.Publish("test", []byte("hello")) fmt.Println("message sent") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
nsqio-go-nsq — go get nsqio-go-nsq · libregistry