{"id":21521351,"url":"https://github.com/walkerrandolphsmith/grpc-gateway-basics","last_synced_at":"2026-05-14T12:32:33.433Z","repository":{"id":150263052,"uuid":"186855379","full_name":"walkerrandolphsmith/grpc-gateway-basics","owner":"walkerrandolphsmith","description":null,"archived":false,"fork":false,"pushed_at":"2019-05-16T01:10:59.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T06:13:49.842Z","etag":null,"topics":["go","golang","grpc","grpc-gateway"],"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-15T15:32:04.000Z","updated_at":"2023-03-08T04:11:45.000Z","dependencies_parsed_at":"2023-04-13T18:17:57.914Z","dependency_job_id":null,"html_url":"https://github.com/walkerrandolphsmith/grpc-gateway-basics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/walkerrandolphsmith/grpc-gateway-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgrpc-gateway-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgrpc-gateway-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgrpc-gateway-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgrpc-gateway-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkerrandolphsmith","download_url":"https://codeload.github.com/walkerrandolphsmith/grpc-gateway-basics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Fgrpc-gateway-basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33024957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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-gateway"],"created_at":"2024-11-24T01:06:57.455Z","updated_at":"2026-05-14T12:32:33.417Z","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```\n# install go\nbrew install go\n\n# inlcude $GOPATH/bin in $PATH\nexport PATH=$PATH:$GOPATH/bin\n\n# install the compiler\nbrew install protobuf\n\n# install grpc-gateway packages\ngo get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway\ngo get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger\ngo get -u github.com/golang/protobuf/protoc-gen-go\n\n# generate APIs and \nmake\n```\n\n## Run\n\n```\ngo run server/main.go\ngo run gateway/main.go\n\n# curl to verify you can communicate with the REST gateway\ncurl -X POST -k http://localhost:8080/v1/echo \\\n  -H \"Content-Type: text/plain\" \\\n  -d '{\"value\": \"foo\"}'\n\n# retrieve the swagger description\ncurl localhost:8080/swagger/echo.swagger.json\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkerrandolphsmith%2Fgrpc-gateway-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkerrandolphsmith%2Fgrpc-gateway-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkerrandolphsmith%2Fgrpc-gateway-basics/lists"}