{"id":18525715,"url":"https://github.com/hakobe/grpc-gateway-example","last_synced_at":"2025-05-14T20:11:27.549Z","repository":{"id":66409395,"uuid":"129936375","full_name":"hakobe/grpc-gateway-example","owner":"hakobe","description":"little grpc-gateway example","archived":false,"fork":false,"pushed_at":"2018-04-18T14:52:44.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T05:46:15.870Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hakobe.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":"2018-04-17T16:45:48.000Z","updated_at":"2018-04-18T14:52:45.000Z","dependencies_parsed_at":"2023-03-07T02:00:37.870Z","dependency_job_id":null,"html_url":"https://github.com/hakobe/grpc-gateway-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/hakobe%2Fgrpc-gateway-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakobe%2Fgrpc-gateway-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakobe%2Fgrpc-gateway-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakobe%2Fgrpc-gateway-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hakobe","download_url":"https://codeload.github.com/hakobe/grpc-gateway-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254219374,"owners_count":22034397,"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-06T17:46:47.516Z","updated_at":"2025-05-14T20:11:27.506Z","avatar_url":"https://github.com/hakobe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grpc-gateway example\n\nThis is a tiny example of gRPC server and its REST like JSON API gateway generated by [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway).\n\nThis project consists of following files.\n\n- `article.proto`: protocol buffer data structure and service definition\n- `articles/*`: generated code from `article.proto`\n- `server/server.go`: gRPC server for articles\n- `gateway/gateway.go`: grpc-gateway server for articles\n\nTo try this code you may want to run following commands.\n\n```console\n# install protoc first https://github.com/google/protobuf/releases\n\n# setup tools\n$ go get -u google.golang.org/grpc\n$ go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway\n$ go get -u github.com/golang/protobuf/protoc-gen-go\n\n# run\n$ make\n$ make run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakobe%2Fgrpc-gateway-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhakobe%2Fgrpc-gateway-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakobe%2Fgrpc-gateway-example/lists"}