{"id":15914418,"url":"https://github.com/bbengfort/rtreq","last_synced_at":"2025-04-03T03:27:30.803Z","repository":{"id":57543903,"uuid":"102142281","full_name":"bbengfort/rtreq","owner":"bbengfort","description":"Template for REQ/ROUTER ZMQ Server","archived":false,"fork":false,"pushed_at":"2017-09-06T15:04:07.000Z","size":23,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T17:30:47.617Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbengfort.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":"2017-09-01T18:34:06.000Z","updated_at":"2018-10-14T12:29:18.000Z","dependencies_parsed_at":"2022-08-27T18:51:46.968Z","dependency_job_id":null,"html_url":"https://github.com/bbengfort/rtreq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Frtreq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Frtreq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Frtreq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Frtreq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbengfort","download_url":"https://codeload.github.com/bbengfort/rtreq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246930676,"owners_count":20856657,"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","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":"2024-10-06T17:02:43.709Z","updated_at":"2025-04-03T03:27:30.776Z","avatar_url":"https://github.com/bbengfort.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZMQ REQ/ROUTER Template\n\nThis package is a template for designing asynchronous ZMQ servers with the REQ/ROUTER pattern.\n\n## Quickstart\n\nInstall the server/client system using `go get` as follows:\n\n```\n$ go get github.com/bbengfort/rtreq/...\n```\n\nYou should then have the `rtreq` command installed on your system:\n\n```\n$ rtreq --help\n```\n\nYou can run the server as follows:\n\n```\n$ rtreq serve\n```\n\nAnd send messages from the client as:\n\n```\n$ rtreq send \"hello world\"\n```\n\nNote the various arguments you can pass to both serve and send to configure the setup. Run benchmarks with the `bench` command:\n\n```\n$ rtreq bench\n```\n\nThe primary comparison is `REQ/REP` vs `REQ/ROUTER` sockets. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbengfort%2Frtreq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbengfort%2Frtreq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbengfort%2Frtreq/lists"}