{"id":20317454,"url":"https://github.com/thimc/grpc-demo","last_synced_at":"2026-05-11T00:39:46.645Z","repository":{"id":174497650,"uuid":"652327023","full_name":"thimc/grpc-demo","owner":"thimc","description":"a gRPC demo written in go that consists of a client and a server","archived":false,"fork":false,"pushed_at":"2023-06-11T21:01:37.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-06-11T22:50:54.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/thimc.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":"2023-06-11T19:50:01.000Z","updated_at":"2024-06-19T12:13:09.577Z","dependencies_parsed_at":"2023-07-30T01:01:36.705Z","dependency_job_id":null,"html_url":"https://github.com/thimc/grpc-demo","commit_stats":null,"previous_names":["thimc/grpc-demo"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thimc%2Fgrpc-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thimc%2Fgrpc-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thimc%2Fgrpc-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thimc%2Fgrpc-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thimc","download_url":"https://codeload.github.com/thimc/grpc-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818898,"owners_count":20025212,"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":[],"created_at":"2024-11-14T18:32:11.572Z","updated_at":"2026-05-11T00:39:46.610Z","avatar_url":"https://github.com/thimc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gRPC demo with bidirectional streaming\n\nBefore getting started, please ensure that you have the following dependencies\ninstalled:\n\n## The protobuf compiler\n\n### OpenBSD\n```sh\npkg_add protobuf\n```\n\n### Ubuntu Linux\n```bash\nsudo apt install -y protobuf-compiler\n```\n\n### Mac OS\n```bash\nbrew install protobuf\n```\n\n## The protobuf compiler plugins\nThese are required for generating the go-specific code.\n\n```sh\ngo install google.golang.org/protobuf/cmd/protoc-gen-go@latest\ngo install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest\n```\n\n## Running the demo\n\nBefore compilation, generate the protobuf specific code via:\n\n```sh\nmake proto\n```\n\nNow, run the following commands:\n\n### Server\n```sh\nmake server\n```\n\n### Client\n```sh\nmake client\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthimc%2Fgrpc-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthimc%2Fgrpc-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthimc%2Fgrpc-demo/lists"}