Registry / messaging / go-zeromq-goczmq-v4

go-zeromq-goczmq-v4

JSON →
library4.2.2gogounverified

Go bindings for CZMQ, providing high-level ZeroMQ socket support with actor-based services and Go abstractions like channels and io.ReadWriter.

go get github.com/go-zeromq/goczmq/v4
INSTALL
IMPORT
SIG · GO-ZEROMQ-GOCZMQ-V
G
go-zeromq-goczmq-v4
messaginggov4.2.2
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.

goczmq
github.com/go-zeromq/goczmq/v4

Create a ZeroMQ PUB socket using goczmq.

package main import ( "fmt" "github.com/go-zeromq/goczmq/v4" ) func main() { sock, _ := goczmq.NewPub("tcp://*:5555") defer sock.Destroy() fmt.Println("Publisher socket created") }
Debug
Known issues
gotchaRequires CZMQ and ZeroMQ C libraries installed on the system.
fix
Install libczmq-dev (or equivalent) before building.
affects: all
Upgrade
Version history
4.2.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
go-zeromq-goczmq-v4 — go get go-zeromq-goczmq-v4 · libregistry