{"id":15321948,"url":"https://github.com/akmamun/go-grpc","last_synced_at":"2026-05-01T10:31:42.290Z","repository":{"id":106930877,"uuid":"171286684","full_name":"akmamun/go-grpc","owner":"akmamun","description":"Basic gRPC with Go Lang","archived":false,"fork":false,"pushed_at":"2019-02-18T13:23:39.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T14:51:55.426Z","etag":null,"topics":["go-grpc","golang","grpc","grpc-service"],"latest_commit_sha":null,"homepage":"","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/akmamun.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-02-18T13:11:53.000Z","updated_at":"2019-02-19T18:12:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e6cdc77-b418-4470-8b15-3cc79791201d","html_url":"https://github.com/akmamun/go-grpc","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"53b95a6c6b008f8b78e388ca14f750b7da8fc074"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akmamun/go-grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmamun%2Fgo-grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmamun%2Fgo-grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmamun%2Fgo-grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmamun%2Fgo-grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akmamun","download_url":"https://codeload.github.com/akmamun/go-grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmamun%2Fgo-grpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32494270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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-grpc","golang","grpc","grpc-service"],"created_at":"2024-10-01T09:13:43.259Z","updated_at":"2026-05-01T10:31:42.226Z","avatar_url":"https://github.com/akmamun.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Install gRPC\n\n```go\ngo get -u google.golang.org/grpc\n```\n\n## Install the protoc plugin for Go\n\n```go\ngo get -u github.com/golang/protobuf/protoc-gen-go\n\ngo install github.com/golang/protobuf/protoc-gen-go\n\n```\n\n## Install protobuf 3 on Ubuntu\n\n```bash\ncurl -OL https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0rc2/protoc-3.7.0-rc-2-linux-x86_64.zip\n\n# Unzip\nunzip protoc-3.7.0-rc-2-linux-x86_64.zip -d protoc3\n\n# Move protoc to /usr/local/bin/\nsudo mv protoc3/bin/* /usr/local/bin/\n\n# Move protoc3/include to /usr/local/include/\nsudo mv protoc3/include/* /usr/local/include/\n```\n\n## Run Proto Buffer Generator \n- Dot means same directory of proto file \n```go\nprotoc folder_name/file_name.proto --go_out=plugins=grpc:.\nexample: protoc proto/helloworld.proto --go_out=plugins=grpc:.\n```\n### if want to change write name of directory\n```go\nprotoc folder_name/file_name.proto --go_out=plugins=grpc:/directory_name\nexample: protoc proto/helloworld.proto --go_out=plugins=grpc:/proto\n```\n\n### Run both server/main.go and client/main.go\n```go\ngo run main.go\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakmamun%2Fgo-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakmamun%2Fgo-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakmamun%2Fgo-grpc/lists"}