pebbe/zmq4
A Go interface to ZeroMQ version 4 observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 30
- Release rhythm 40
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 24.5
- age_days: 4702
- days_rel: 488
- days_push: 423
- n_releases_24m: 3
Adoption not part of the score
1261 stars · 172 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go binding (wrapper via cgo) for the native ZeroMQ version 4 messaging library. It exposes ZeroMQ sockets and patterns such as pubsub, pipeline, and request-reply to Go programs.
Use cases
- build pubsub messaging in Go
- implement request-reply communication between services
- connect Go programs to ZeroMQ-based distributed systems
- create fanout or pipeline message flows
- use CURVE-secured ZeroMQ sockets from Go
When to choose
- you need ZeroMQ v4 messaging in Go and can install libzmq with cgo enabled
- you want mature bindings with examples from the ZeroMQ Guide
- you need CURVE security or draft API support
When to avoid
- you need pure Go without C dependencies or want cross-compilation
- you want a pure-Go ZeroMQ implementation (consider go-zeromq/zmq4)
- you need ZeroMQ version 2 or 3 instead
Facets
library · maturity stable
message-queue networking rpc microservices developer-tools go windows cross-platform zeromq zmq cgo pubsub messaging-library bindings messaging linux macos
1 source
- readme: https://github.com/pebbe/zmq4 · fetched 2026-08-28 · f526aa47b543
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pebbe/zmq4 | main | 48 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem