{"id":16405561,"url":"https://github.com/walkerrandolphsmith/grpc-basics","last_synced_at":"2026-05-19T04:02:08.761Z","repository":{"id":150263045,"uuid":"186730134","full_name":"walkerrandolphsmith/grpc-basics","owner":"walkerrandolphsmith","description":null,"archived":false,"fork":false,"pushed_at":"2019-05-15T12:57:20.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T23:41:57.989Z","etag":null,"topics":["go","golang","grpc"],"latest_commit_sha":null,"homepage":null,"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/walkerrandolphsmith.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":"2019-05-15T01:52:16.000Z","updated_at":"2024-06-19T03:59:00.326Z","dependencies_parsed_at":"2023-04-12T17:16:35.971Z","dependency_job_id":null,"html_url":"https://github.com/walkerrandolphsmith/grpc-basics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/walkerrandolphsmith/grpc-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgrpc-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgrpc-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgrpc-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgrpc-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkerrandolphsmith","download_url":"https://codeload.github.com/walkerrandolphsmith/grpc-basics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgrpc-basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270856565,"owners_count":24657688,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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"],"created_at":"2024-10-11T06:06:24.720Z","updated_at":"2026-05-19T04:02:03.725Z","avatar_url":"https://github.com/walkerrandolphsmith.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Getting Started\n\ngRPC is a Remote Procedure Call (RPC) framework based on protobufs and HTTP/2. We want to generate a gRPC API and Rest API from a single protobuf `.proto` file compiled with a Protocol Buffer compiler, `protoc`.\n\n## Installation\n\n1) Install Golang\n2) Include `$GOPATH/bin` in `$PATH`\n3) Install protobuf\n4) Install grpc-gateway packages\n\nWe need to first install the compiler\n```\nbrew install protobuf\n```\n\nWe also need the grpc-gateway packages\n``` \ngo get -u github.com/golang/protobuf/protoc-gen-go\n```\n\n## Code Generation\n\n```\n./ctl.sh gen stub\n```\n\n## Run\n\n```\necho_server \u0026\n\necho_client \"Alejandro\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkerrandolphsmith%2Fgrpc-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkerrandolphsmith%2Fgrpc-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkerrandolphsmith%2Fgrpc-basics/lists"}