{"id":18776239,"url":"https://github.com/tgrziminiar/go-grpc-handler","last_synced_at":"2026-04-19T05:31:32.982Z","repository":{"id":217525723,"uuid":"743446239","full_name":"TGRZiminiar/go-grpc-handler","owner":"TGRZiminiar","description":"Example of how to use go grpc  Sreaming and Unary","archived":false,"fork":false,"pushed_at":"2024-01-16T16:10:30.000Z","size":35065,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T20:48:37.576Z","etag":null,"topics":["go","golang","grpc","grpc-go","grpc-streaming","protobuf","streaming","unary-rpc"],"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/TGRZiminiar.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":"2024-01-15T08:57:44.000Z","updated_at":"2024-01-16T16:18:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a7dd79e-0fad-47d2-add8-941501ed1bd3","html_url":"https://github.com/TGRZiminiar/go-grpc-handler","commit_stats":null,"previous_names":["tgrziminiar/go-grpc-handler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TGRZiminiar/go-grpc-handler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2Fgo-grpc-handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2Fgo-grpc-handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2Fgo-grpc-handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2Fgo-grpc-handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TGRZiminiar","download_url":"https://codeload.github.com/TGRZiminiar/go-grpc-handler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2Fgo-grpc-handler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["go","golang","grpc","grpc-go","grpc-streaming","protobuf","streaming","unary-rpc"],"created_at":"2024-11-07T19:45:23.122Z","updated_at":"2026-04-19T05:31:32.927Z","avatar_url":"https://github.com/TGRZiminiar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Example Of Grpc Streaming In This Repo\n- Unary RPC (normal request response)\n- Bidirectional streaming RPC\n- Client streaming RPC\n- Server streaming RPC \n\n\n## Install Grpc\n```\ngo install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28\ngo install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2\n```\n\n## Export Path Grpc\n```\nexport PATH=\"$PATH:$(go env GOPATH)/bin\"\n```\n\u003cbr/\u003e\u003cbr/\u003e\n\u003chr\u003e\u003c/hr\u003e\n\n# Run this following command to make the code run\n\n## Unary RPC\n```\n\u003c!-- to generate proto file --\u003e\nmake s-proto\n\n\u003c!-- start server --\u003e\nmake ss\n\n\u003c!-- start client --\u003e\nmake sc\n```\n\n\n## Bidirectional streaming RPC\n```\n\u003c!-- to generate proto file --\u003e\nmake b-proto\n\n\u003c!-- start server --\u003e\nmake bs\n\n\u003c!-- start client --\u003e\nmake bc\n```\n\n## Client streaming RPC\n```\n\u003c!-- to generate proto file --\u003e\nmake c-proto\n\n\u003c!-- start server --\u003e\nmake cs\n\n\u003c!-- start client --\u003e\nmake cc\n```\n\n## Server streaming RPC \n```\n\u003c!-- to generate proto file --\u003e\nmake ss-proto\n\n\u003c!-- start server --\u003e\nmake sss\n\n\u003c!-- start client --\u003e\nmake ssc\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgrziminiar%2Fgo-grpc-handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftgrziminiar%2Fgo-grpc-handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgrziminiar%2Fgo-grpc-handler/lists"}