{"id":28244946,"url":"https://github.com/aynp/grpc-demo","last_synced_at":"2026-05-01T17:35:50.760Z","repository":{"id":143571357,"uuid":"615727500","full_name":"aynp/grpc-demo","owner":"aynp","description":"Demo of gRPC using Go","archived":false,"fork":false,"pushed_at":"2023-03-21T18:50:13.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"types","last_synced_at":"2025-05-19T08:16:05.818Z","etag":null,"topics":["grpc"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aynp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-03-18T14:03:34.000Z","updated_at":"2023-03-18T21:04:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"96095b8a-666d-43d9-9675-69a50fe6cbf0","html_url":"https://github.com/aynp/grpc-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aynp/grpc-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aynp%2Fgrpc-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aynp%2Fgrpc-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aynp%2Fgrpc-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aynp%2Fgrpc-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aynp","download_url":"https://codeload.github.com/aynp/grpc-demo/tar.gz/refs/heads/types","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aynp%2Fgrpc-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32507091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["grpc"],"created_at":"2025-05-19T08:14:30.512Z","updated_at":"2026-05-01T17:35:50.754Z","avatar_url":"https://github.com/aynp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GRPC\n\n\n- **Unary RPC**\n\n    Client sends a single request to the Server and gets a single response back, just like a normal function call.\n\n- **Server Streaming RPC**\n\n  Client sends a single request and server sends a stream of response. The client reads from the returned stream until there are no more messages.\n\n- **Client Streaming RPC**\n\n  Client sends a stream of data and gets a single response back. Once the client has finished writing the messages, it waits for the server to read them and return its response\n\n- **Bidirectional Streaming RPC**\n\n  Both client and server send stream of data. The two streams operate independently, so clients and servers can read and write in whatever order they like.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faynp%2Fgrpc-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faynp%2Fgrpc-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faynp%2Fgrpc-demo/lists"}