{"id":18655433,"url":"https://github.com/kevwan/gateway","last_synced_at":"2025-10-09T07:09:32.966Z","repository":{"id":45772165,"uuid":"514490843","full_name":"kevwan/gateway","owner":"kevwan","description":"HTTP to gRPC gateway standalone.","archived":false,"fork":false,"pushed_at":"2023-04-24T16:02:45.000Z","size":105,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-03T13:49:02.896Z","etag":null,"topics":["gateway","gateway-api","gateway-microservice","grpc-gateway","grpc-web"],"latest_commit_sha":null,"homepage":"https://go-zero.dev","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/kevwan.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":"2022-07-16T05:51:13.000Z","updated_at":"2024-12-14T15:37:07.000Z","dependencies_parsed_at":"2024-06-19T16:04:49.943Z","dependency_job_id":"2487202e-ea5f-43cc-9296-09f9cd3c1a79","html_url":"https://github.com/kevwan/gateway","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kevwan/gateway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevwan%2Fgateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevwan%2Fgateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevwan%2Fgateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevwan%2Fgateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevwan","download_url":"https://codeload.github.com/kevwan/gateway/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevwan%2Fgateway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000984,"owners_count":26082971,"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-10-09T02:00:07.460Z","response_time":59,"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":["gateway","gateway-api","gateway-microservice","grpc-gateway","grpc-web"],"created_at":"2024-11-07T07:18:57.774Z","updated_at":"2025-10-09T07:09:32.935Z","avatar_url":"https://github.com/kevwan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gateway\n\nHTTP to gRPC gateway standalone. An example of go-zero gateway.\n\n## Install\n\n```shell\ngo install github.com/kevwan/gateway@latest\n```\n\n## Usage\n\nExample config:\n\n```yaml\nName: gateway\nHost: localhost\nPort: 8888\nUpstreams:\n  - Grpc:\n      Etcd:\n        Hosts:\n          - localhost:2379\n        Key: hello.rpc\n    # protoset mode\n    ProtoSet: hello.pb\n    # Mapping is optional, auto mapping from annotations (google.api.http)\n    Mapping:\n      - Method: get\n        Path: /pingHello/:ping\n        RpcPath: hello.Hello/Ping\n  - Grpc:\n      Endpoints:\n        - localhost:8081\n    # no protoset, reflection mode\n    # remember to enable reflection in server side\n    Mapping:\n      - Method: post\n        Path: /pingWorld\n        RpcPath: world.World/Ping\n```\n\n## Run the gateway\n\n```shell\ngateway -f config.yaml\n```\n\n## Give a Star! ⭐\n\nIf you like or are using this project, please give it a **star**. Thanks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevwan%2Fgateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevwan%2Fgateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevwan%2Fgateway/lists"}