{"id":70889,"library":"go-zeromq-goczmq-v4","title":"goczmq","description":"Go bindings for CZMQ, providing high-level ZeroMQ socket support with actor-based services and Go abstractions like channels and io.ReadWriter.","status":"active","version":"4.2.2","language":"go","source_language":null,"source_url":"https://github.com/go-zeromq/goczmq","tags":["zeromq","czmq","messaging","sockets"],"install":[{"cmd":"go get github.com/go-zeromq/goczmq/v4","lang":"bash","label":"Install github.com/go-zeromq/goczmq/v4"}],"dependencies":[],"imports":[{"symbol":"goczmq","correct":"github.com/go-zeromq/goczmq/v4"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/go-zeromq/goczmq/v4\"\n)\n\nfunc main() {\n\tsock, _ := goczmq.NewPub(\"tcp://*:5555\")\n\tdefer sock.Destroy()\n\tfmt.Println(\"Publisher socket created\")\n}","lang":"go","description":"Create a ZeroMQ PUB socket using goczmq."},"warnings":[{"fix":"Install libczmq-dev (or equivalent) before building.","message":"Requires CZMQ and ZeroMQ C libraries installed on the system.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'abstract':20 'actor':15 'actor-bas':14 'base':16 'bind':3 'channel':22 'czmq':5,26 'go':2,19 'goczmq':1 'high':8 'high-level':7 'io.readwriter':24 'level':9 'like':21 'messag':27 'provid':6 'servic':17 'socket':11,28 'support':12 'zeromq':10,25","created_at":"2026-06-17T18:20:20.260001+00:00","updated_at":"2026-06-17T18:20:20.260001+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-zeromq/goczmq","github":"https://github.com/go-zeromq/goczmq","docs":"https://pkg.go.dev/github.com/go-zeromq/goczmq/v4#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}