{"id":48357680,"url":"https://github.com/zmqless/go-zeroless","last_synced_at":"2026-04-05T11:34:11.929Z","repository":{"id":57599930,"uuid":"43100500","full_name":"zmqless/go-zeroless","owner":"zmqless","description":"ZeroMQ for Gophers™","archived":false,"fork":false,"pushed_at":"2016-03-25T20:42:10.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:51:39.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/zmqless/go-zeroless","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zmqless.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-25T00:34:09.000Z","updated_at":"2016-03-25T20:42:11.000Z","dependencies_parsed_at":"2022-09-26T20:00:34.004Z","dependency_job_id":null,"html_url":"https://github.com/zmqless/go-zeroless","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zmqless/go-zeroless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmqless%2Fgo-zeroless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmqless%2Fgo-zeroless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmqless%2Fgo-zeroless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmqless%2Fgo-zeroless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmqless","download_url":"https://codeload.github.com/zmqless/go-zeroless/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmqless%2Fgo-zeroless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31434624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-05T11:34:11.814Z","updated_at":"2026-04-05T11:34:11.904Z","avatar_url":"https://github.com/zmqless.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Zeroless\n========\n\n[![Build Status](https://travis-ci.org/zmqless/go-zeroless.svg?branch=master)](https://travis-ci.org/zmqless/go-zeroless)\n[![Coverage Status](https://coveralls.io/repos/zmqless/go-zeroless/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/zmqless/go-zeroless?branch=master)\n[![GoDoc](https://godoc.org/github.com/zmqless/go-zeroless?status.svg)](https://godoc.org/github.com/zmqless/go-zeroless)\n[![License](https://img.shields.io/badge/license-LGPLv2+-blue.svg)](https://www.gnu.org/licenses/lgpl-2.1.html)\n\nYet another [ØMQ] wrapper for Go. However, differing from [zmq4], which\ntries to stay very close to the C++ implementation, this project aims to\nmake distributed systems employing [ØMQ] as gopher as possible.\n\nBeing simpler to use, Zeroless doesn't supports all of the fine aspects\nand features of [ØMQ]. However, you can expect to find all the message\npassing patterns you were accustomed to (i.e. pair, request/reply,\npublisher/subscriber, push/pull). Despite that, the only transport\navailable is TCP.\n\nInstallation\n------------\n\nUse `go get`:\n\n    $ go get github.com/zmqless/go-zeroless\n\nGo API\n------\n\nIn the `zeroless` package, two structs can be used to define how distributed\nentities are related (i.e. ``Server`` and ``Client``). To put it bluntly, with\nthe exception of the pair pattern, a client may be connected to multiple\nservers, while a server may accept incoming connections from multiple clients.\n\nBoth servers and clients are able to create a *channel*. So that you can iterate\nover incoming messages and/or transmit a message.\n\nTesting\n-------\n\nTo run all the tests:\n\n    $ go test\n\nLicense\n-------\n\nCopyright 2015 Lucas Lira Gomes x8lucas8x@gmail.com\n\nThis library is free software; you can redistribute it and/or modify it\nunder the terms of the GNU Lesser General Public License as published by\nthe Free Software Foundation; either version 2.1 of the License, or (at\nyour option) any later version.\n\nThis library is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser\nGeneral Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License\nalong with this library. If not, see http://www.gnu.org/licenses/.\n\n[ØMQ]: http://www.zeromq.org\n[zmq4]: https://github.com/pebbe/zmq4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmqless%2Fgo-zeroless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmqless%2Fgo-zeroless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmqless%2Fgo-zeroless/lists"}