{"id":36489803,"url":"https://github.com/tkmpypy/grpc-sample-client-server-golang","last_synced_at":"2026-01-12T01:54:44.803Z","repository":{"id":57628227,"uuid":"402743830","full_name":"tkmpypy/grpc-sample-client-server-golang","owner":"tkmpypy","description":"Sample repositories for gRPC client and server.","archived":false,"fork":false,"pushed_at":"2021-12-06T09:29:10.000Z","size":427,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-02T02:09:09.347Z","etag":null,"topics":["go","golang","grpc","grpc-client","grpc-go","grpc-server"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/tkmpypy.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}},"created_at":"2021-09-03T11:16:48.000Z","updated_at":"2023-07-15T11:47:14.000Z","dependencies_parsed_at":"2022-09-26T20:12:00.470Z","dependency_job_id":null,"html_url":"https://github.com/tkmpypy/grpc-sample-client-server-golang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tkmpypy/grpc-sample-client-server-golang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkmpypy%2Fgrpc-sample-client-server-golang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkmpypy%2Fgrpc-sample-client-server-golang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkmpypy%2Fgrpc-sample-client-server-golang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkmpypy%2Fgrpc-sample-client-server-golang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkmpypy","download_url":"https://codeload.github.com/tkmpypy/grpc-sample-client-server-golang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkmpypy%2Fgrpc-sample-client-server-golang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-client","grpc-go","grpc-server"],"created_at":"2026-01-12T01:54:44.738Z","updated_at":"2026-01-12T01:54:44.793Z","avatar_url":"https://github.com/tkmpypy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grpc-sample-server-golang\n\n## About\n\n- this sample project implemented by used proto file defined by [this](https://github.com/tkmpypy/grpc-sample-proto) repository\n- this sample repository is monolithic repository\n\n## Prerequired\n\n| tool                                                                             | summary                                                                                                                  |\n| -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |\n| [Golang](https://golang.org/doc/devel/release.html)                              | Golang runtime                                                                                                           |\n| [Protocol buffer compiler](https://github.com/protocolbuffers/protobuf/releases) | Protocol Buffer compiler                                                                                                 |\n| protoc-gen-go                                                                    | protoc plugin for Golang                                                                                                 |\n| protoc-gen-go-grpc                                                               | protoc plugin for Golang                                                                                                 |\n| [protoc-gen-grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway)        | It reads protobuf service definitions and generates a reverse-proxy server which translates a RESTful HTTP API into gRPC |\n| [protodep](https://github.com/stormcat24/protodep)                               | Dependency tool for Protocol Buffers IDL file (.proto) vendoring tool.                                                   |\n| [Buf](https://github.com/bufbuild/buf)                                           | Building a modern Protobuf ecosystem                                                                                     |\n\n## Preparation\n\n### Dependencies\n\n```sh\n$ cd ./server\n$ protodep up -u -f\n$ buf mod update\n$ buf build\n$ buf generate\n$ go mod tidy\n```\n\nor \n\n```sh\n$ cd ./server\n$ make dep\n```\n\n_and do same operation in `./gateway` directory_\n\n## Build and Run\n\n1. `docker-compose up`\n2. Go to `http://localhost:3003` in your browser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkmpypy%2Fgrpc-sample-client-server-golang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkmpypy%2Fgrpc-sample-client-server-golang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkmpypy%2Fgrpc-sample-client-server-golang/lists"}