{"id":13572908,"url":"https://github.com/aleitner/grpc-bidirectional-streaming-example","last_synced_at":"2026-01-17T23:01:24.875Z","repository":{"id":81069842,"uuid":"241083233","full_name":"aleitner/grpc-bidirectional-streaming-example","owner":"aleitner","description":"example for creating a grpc bidirectional stream","archived":false,"fork":false,"pushed_at":"2020-02-17T11:52:02.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-11-05T07:37:20.058Z","etag":null,"topics":["bidirectional","golang","grpc","stream"],"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/aleitner.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":"2020-02-17T10:45:46.000Z","updated_at":"2020-11-11T12:39:38.000Z","dependencies_parsed_at":"2023-10-28T19:31:12.274Z","dependency_job_id":null,"html_url":"https://github.com/aleitner/grpc-bidirectional-streaming-example","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/aleitner%2Fgrpc-bidirectional-streaming-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleitner%2Fgrpc-bidirectional-streaming-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleitner%2Fgrpc-bidirectional-streaming-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleitner%2Fgrpc-bidirectional-streaming-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aleitner","download_url":"https://codeload.github.com/aleitner/grpc-bidirectional-streaming-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247170036,"owners_count":20895398,"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":["bidirectional","golang","grpc","stream"],"created_at":"2024-08-01T15:00:23.982Z","updated_at":"2026-01-17T23:01:24.843Z","avatar_url":"https://github.com/aleitner.png","language":"Go","readme":"# grpc-bidirectional-stream\n\nProvide Example `client` and `server` code for bidirectional streaming using grpc.\n\n## Dependencies\n* protoc-gen-go\n```bash\ngo get -u github.com/golang/protobuf/protoc-gen-go\n```\n\n\n## Build \n\n### Protobuf\n\n```bash\ncd pkg/proto\nprotoc *.proto --go_out=plugins=grpc:.\n```\n\n## Run\n\n### Server\n* Run the server process\n```bash\ngo run cmd/server/main.go\n```\n\n### Client\n* Interact with the server process\n```bash\ngo run cmd/client/main.go\n```","funding_links":[],"categories":["grpc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleitner%2Fgrpc-bidirectional-streaming-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleitner%2Fgrpc-bidirectional-streaming-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleitner%2Fgrpc-bidirectional-streaming-example/lists"}