{"id":18941430,"url":"https://github.com/mchmarny/grpctest","last_synced_at":"2026-04-27T11:31:12.560Z","repository":{"id":77051514,"uuid":"193597922","full_name":"mchmarny/grpctest","owner":"mchmarny","description":"Simple test app for GRPC","archived":false,"fork":false,"pushed_at":"2023-02-25T03:20:55.000Z","size":5966,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T18:22:59.295Z","etag":null,"topics":["client","cloudrun","golang","grpc","protobuf","server"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mchmarny.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":"2019-06-24T23:50:24.000Z","updated_at":"2019-06-25T20:57:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"0625a6b8-bd2a-4f2b-95f7-cd13f9ab5a53","html_url":"https://github.com/mchmarny/grpctest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mchmarny/grpctest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Fgrpctest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Fgrpctest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Fgrpctest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Fgrpctest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mchmarny","download_url":"https://codeload.github.com/mchmarny/grpctest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Fgrpctest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["client","cloudrun","golang","grpc","protobuf","server"],"created_at":"2024-11-08T12:28:02.694Z","updated_at":"2026-04-27T11:31:12.545Z","avatar_url":"https://github.com/mchmarny.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grpctest\n\n\n## generate\n\n### proto\n\n```shell\nprotoc \\\n    --proto_path=api/v1 \\\n    --proto_path=${GOOGLEAPIS_DIR} \\\n    --go_out=plugins=grpc:pkg/api/v1 \\\n    message.proto\n```\n\n### gateway\n\n```shell\nprotoc \\\n    --proto_path=api/v1 \\\n    --proto_path=${GOOGLEAPIS_DIR} \\\n    --grpc-gateway_out=logtostderr=true:pkg/api/v1 \\\n    message.proto\n```\n\n### docs\n\n```shell\nprotoc \\\n    --proto_path=api/v1 \\\n    --proto_path=${GOOGLEAPIS_DIR} \\\n    --swagger_out=logtostderr=true:api/swagger/v1 \\\n    message.proto\n```\n\n\n## run\n\n### locally\n\n```shell\ngo run cmd/server/main.go\n```\n\n### cloud run on gke\n\n```shell\nkubectl apply -f deploy/service.yaml -n demo\n```\n\n## client\n\n### local (grpc)\n\n```shell\ngo run cmd/client/main.go --server=\":8080\" --name=John\n```\n\n### local (rest)\n\n```shell\ncurl http://localhost:7777/v1/say/mark\n```\n\n### cloud run on gke\n\n```shell\ngo run cmd/client/main.go \\\n    --server=grpctest.demo.knative.tech:8080 \\\n    --name=John\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmchmarny%2Fgrpctest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmchmarny%2Fgrpctest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmchmarny%2Fgrpctest/lists"}