{"id":36806623,"url":"https://github.com/giefferre/grpc-usage-example","last_synced_at":"2026-01-12T13:40:31.711Z","repository":{"id":34998880,"uuid":"137802771","full_name":"giefferre/grpc-usage-example","owner":"giefferre","description":"Simple client-server architecture showing how gRPC works.","archived":false,"fork":false,"pushed_at":"2025-10-21T23:54:23.000Z","size":27,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T01:24:34.813Z","etag":null,"topics":["api","golang","grpc","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/giefferre.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-18T20:25:48.000Z","updated_at":"2023-01-05T07:16:46.000Z","dependencies_parsed_at":"2023-01-15T11:45:30.274Z","dependency_job_id":"9fc1b96f-75c3-4c7e-ab2d-c27aa815b82c","html_url":"https://github.com/giefferre/grpc-usage-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/giefferre/grpc-usage-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giefferre%2Fgrpc-usage-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giefferre%2Fgrpc-usage-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giefferre%2Fgrpc-usage-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giefferre%2Fgrpc-usage-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giefferre","download_url":"https://codeload.github.com/giefferre/grpc-usage-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giefferre%2Fgrpc-usage-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28339313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"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":["api","golang","grpc","python"],"created_at":"2026-01-12T13:40:30.890Z","updated_at":"2026-01-12T13:40:31.698Z","avatar_url":"https://github.com/giefferre.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gRPC Usage Example\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/giefferre/grpc-usage-example)](https://goreportcard.com/report/github.com/giefferre/grpc-usage-example) [![Updates](https://pyup.io/repos/github/giefferre/grpc-usage-example/shield.svg)](https://pyup.io/repos/github/giefferre/grpc-usage-example/) [![Python 3](https://pyup.io/repos/github/giefferre/grpc-usage-example/python-3-shield.svg)](https://pyup.io/repos/github/giefferre/grpc-usage-example/)\n\nA simple client-server architecture showing how [gRPC](https://grpc.io/) works.\n\nContains:\n\n- A Server, implemented in Go\n- A Client, implemented in Python\n\n## Running\n\nIn order to simplify the execution, a convenient Makefile is provided.\n\nThat said, [Docker](https://www.docker.com/community-edition) and `make` is all you need to run both server and client.\n\n### Server\n\nRun server first by opening a bash console and executing `make run-server`.\n\nThe command will download Go image, get the dependencies, build the application and run it.\n\n### Client\n\nOpen a bash console and execute `make run-client`.\n\nThe command will download Python 3 image, get dependencies and run the application.\n\n## Protobuf compilation\n\nIf you want to apply changes you will have to recompile the `.proto` file.\n\nYou will need:\n\n- [Protocol Buffers](https://developers.google.com/protocol-buffers/docs/downloads)\n- [Go support for Protocol Buffers](https://github.com/golang/protobuf)\n\nExecution:\n\nOpen a bash console and execute `make proto-generation`.\n\nThis command will generate both Go and Python code in the right place.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiefferre%2Fgrpc-usage-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiefferre%2Fgrpc-usage-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiefferre%2Fgrpc-usage-example/lists"}