{"id":34151839,"url":"https://github.com/rupc/grpc-async","last_synced_at":"2026-03-09T23:04:09.816Z","repository":{"id":133431289,"uuid":"96638349","full_name":"rupc/grpc-async","owner":"rupc","description":"Asynchronous gRPC request \u0026 response with goroutine and communication pattern","archived":false,"fork":false,"pushed_at":"2017-07-16T04:31:21.000Z","size":17868,"stargazers_count":19,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T16:41:16.384Z","etag":null,"topics":["async","go","grpc"],"latest_commit_sha":null,"homepage":"","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/rupc.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-08T18:59:56.000Z","updated_at":"2024-03-14T00:01:27.000Z","dependencies_parsed_at":"2023-07-26T21:15:09.334Z","dependency_job_id":null,"html_url":"https://github.com/rupc/grpc-async","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rupc/grpc-async","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupc%2Fgrpc-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupc%2Fgrpc-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupc%2Fgrpc-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupc%2Fgrpc-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rupc","download_url":"https://codeload.github.com/rupc/grpc-async/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupc%2Fgrpc-async/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30315994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["async","go","grpc"],"created_at":"2025-12-15T05:43:30.572Z","updated_at":"2026-03-09T23:04:09.808Z","avatar_url":"https://github.com/rupc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grpc-async(peer)\nExample code of asynchronous communication using gRPC with goroutine\n\n```\ngo get google.golang.org/grpc\n```\n\n## Multiple request \nClient sends multiple messages asynchronously with go routine. This is useful when client don't need to wait response.\n\n## Atomic counter\nClient send a request asynchronously without immediate response. Client send another request to increase atomic counter on server side. When the counter has value of 2, original request is going to get a response.\n\n## Relay server\nIt would be useful when a program has both client side and server side. An example of this is relay server. It waits for cilent's request and relay this to the different server. Picture below shows the communication process.\n![Relay](https://github.com/rupc/grpc-async/blob/master/pic/relay.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupc%2Fgrpc-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupc%2Fgrpc-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupc%2Fgrpc-async/lists"}