Registry / messaging / pebbe-zmq4

pebbe-zmq4

JSON →
library1.4.0gogounverified

A Go interface to ZeroMQ (zmq, 0mq) version 4.

go get github.com/pebbe/zmq4
INSTALL
IMPORT
SIG · PEBBE-ZMQ4
P
pebbe-zmq4
messaginggov1.4.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.

zmq4
github.com/pebbe/zmq4

Creates a ZeroMQ PUSH socket and connects to an endpoint.

package main import ( "github.com/pebbe/zmq4" ) func main() { // Example: create a PUSH socket socket, _ := zmq4.NewSocket(zmq4.PUSH) defer socket.Close() socket.Connect("tcp://localhost:5555") }
Debug
Known issues
gotchaRequires ZeroMQ C library (libzmq) to be installed.
fix
Install libzmq-dev or equivalent package.
affects: *
Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
pebbe-zmq4 — go get pebbe-zmq4 · libregistry