{"id":32648999,"url":"https://github.com/hbpvis/zeroeq","last_synced_at":"2025-10-31T06:50:27.014Z","repository":{"id":18689219,"uuid":"21898897","full_name":"HBPVIS/ZeroEQ","owner":"HBPVIS","description":"Cross-platform C++ library for fast binary and REST messaging","archived":false,"fork":false,"pushed_at":"2020-03-18T23:28:42.000Z","size":1811,"stargazers_count":40,"open_issues_count":3,"forks_count":25,"subscribers_count":27,"default_branch":"master","last_synced_at":"2024-03-19T08:32:47.212Z","etag":null,"topics":["c-plus-plus","http","rest","zeroconf","zeromq"],"latest_commit_sha":null,"homepage":"https://hbpvis.github.io/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HBPVIS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-16T11:58:56.000Z","updated_at":"2024-03-19T08:32:47.213Z","dependencies_parsed_at":"2022-09-24T21:40:25.188Z","dependency_job_id":null,"html_url":"https://github.com/HBPVIS/ZeroEQ","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/HBPVIS/ZeroEQ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HBPVIS%2FZeroEQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HBPVIS%2FZeroEQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HBPVIS%2FZeroEQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HBPVIS%2FZeroEQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HBPVIS","download_url":"https://codeload.github.com/HBPVIS/ZeroEQ/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HBPVIS%2FZeroEQ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281946317,"owners_count":26587973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["c-plus-plus","http","rest","zeroconf","zeromq"],"created_at":"2025-10-31T06:50:20.887Z","updated_at":"2025-10-31T06:50:26.999Z","avatar_url":"https://github.com/HBPVIS.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Introduction\n\nZeroEQ is a cross-platform C++ library for modern messaging. It provides pub-sub\nmessaging using ZeroMQ and integrates REST APIs with JSON payload in C++\napplications using an optional http::Server. ZeroEQ applications are linked\nusing automatic discovery based on ZeroConf protocol or through explicit\nconnection addressing using hostname and port. Applications can define a\nvocabulary for the published messages, provided by\n[ZeroBuf](https://github.com/HBPVIS/ZeroBuf) or by implementing a simple\nSerializable interface.\n\n# Features\n\nZeroEQ provides the following major features:\n\n* Publish events using zeroeq::Publisher\n* Subscribe to events using zeroeq::Subscriber\n* Web service APIs using zeroeq::http::Server using REST and JSON\n* Client-Server request-reply using zeroeq::Server and zeroeq::Client\n* Asynchronous, reliable transport using [ZeroMQ](http://www.zeromq.org)\n* Automatic publisher discovery using [Zeroconf](https://en.wikipedia.org/wiki/Zero-configuration_networking)\n* Serialization of events using [ZeroBuf](https://github.com/HBPVIS/ZeroBuf)\n* [List of RFCs](@ref rfcs)\n\n# Example Use Cases\n\n* [Interactive Supercomputing](https://www.youtube.com/watch?v=wATHwvRFGz0\u0026t=1m36s):\n  loose, robust and fast coupling of unrelated applications\n* [Integration of C++ applications into Jupyter Notebooks](https://www.youtube.com/watch?v=pczckc9HSsA\u0026t=14m30s):\n  automatic python code generation to remote control C++ applications using the\n  zeroeq::http::Server\n\n# Building from Source\n\nZeroEQ is a cross-platform library, designed to run on any modern operating\nsystem, including all Unix variants. It requires a C++11 compiler and uses CMake\nto create a platform-specific build environment. The following platforms and\nbuild environments are tested:\n\n* Linux: Ubuntu 16.04, RHEL 6.8 (Makefile, Ninja)\n* Mac OS X: 10.9 (Makefile, Ninja)\n\nZeroEQ requires the following external, pre-installed dependencies:\n\n* ZeroMQ 4.0 or later\n* Boost for unit tests; version 1.58 for optional cppnetlib\n\nBuilding from source is as simple as:\n\n    git clone --recursive https://github.com/HBPVIS/ZeroEQ.git\n    mkdir ZeroEQ/build\n    cd ZeroEQ/build\n    cmake -GNinja -DCLONE_SUBPROJECTS=ON ..\n    ninja\nThis work has been partially funded by the European Union Seventh Framework Program (FP7/2007­2013) under grant agreement no. 604102 (HBP).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbpvis%2Fzeroeq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhbpvis%2Fzeroeq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbpvis%2Fzeroeq/lists"}