{"id":19973248,"url":"https://github.com/zeromq/nimczmq","last_synced_at":"2025-09-07T21:03:25.422Z","repository":{"id":33557130,"uuid":"37203363","full_name":"zeromq/nimczmq","owner":"zeromq","description":"Nim ( http://nim-lang.org/ ) bindings for CZMQ","archived":false,"fork":false,"pushed_at":"2016-12-23T06:33:56.000Z","size":44,"stargazers_count":6,"open_issues_count":2,"forks_count":3,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-06-04T18:32:35.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nimrod","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeromq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-10T14:51:00.000Z","updated_at":"2024-01-15T12:54:22.000Z","dependencies_parsed_at":"2022-09-24T06:02:01.267Z","dependency_job_id":null,"html_url":"https://github.com/zeromq/nimczmq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeromq/nimczmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fnimczmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fnimczmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fnimczmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fnimczmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeromq","download_url":"https://codeload.github.com/zeromq/nimczmq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fnimczmq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274095420,"owners_count":25221433,"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-09-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2024-11-13T03:10:46.862Z","updated_at":"2025-09-07T21:03:25.398Z","avatar_url":"https://github.com/zeromq.png","language":"Nimrod","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nimczmq\nNim ( http://nim-lang.org/ ) bindings for CZMQ\n\n## Status\nJust getting started!  Enough of zsock, zframe, and zstr wrapped \nto send and receive some messages.\n\n## Usage\n```nim\nimport nimczmq\n\nvar pull = zsock_new(ZMQ_PULL)\nvar rc = zsock_connect(pull, \"inproc://zsock_test\")\nassert(rc == 0)\n\nvar push = zsock_new(ZMQ_PUSH)\nrc = push.zsock_bind(\"inproc://zsock_test\")\nassert (rc == 0)\n\nfor i in countdown(1000000, 1):\n    rc = zstr_send(push, \"Hello World\")\n    var msg = zstr_recv(pull)\n    assert ($msg == \"Hello World\")\n\n    zstr_free(addr(msg))\n\nzsock_destroy(addr(pull))\nzsock_destroy(addr(push))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeromq%2Fnimczmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeromq%2Fnimczmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeromq%2Fnimczmq/lists"}