{"id":20153005,"url":"https://github.com/bvwells/grpc-example","last_synced_at":"2026-05-08T22:31:58.630Z","repository":{"id":57486693,"uuid":"139274229","full_name":"bvwells/grpc-example","owner":"bvwells","description":"Fun with gRPC","archived":false,"fork":false,"pushed_at":"2020-07-14T17:16:53.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-13T20:22:42.969Z","etag":null,"topics":["go","golang","grpc","grpc-go"],"latest_commit_sha":null,"homepage":null,"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/bvwells.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}},"created_at":"2018-06-30T19:23:18.000Z","updated_at":"2020-07-14T17:15:46.000Z","dependencies_parsed_at":"2022-09-01T22:31:46.646Z","dependency_job_id":null,"html_url":"https://github.com/bvwells/grpc-example","commit_stats":null,"previous_names":["bvwells/grpc-fun"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bvwells/grpc-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvwells%2Fgrpc-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvwells%2Fgrpc-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvwells%2Fgrpc-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvwells%2Fgrpc-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bvwells","download_url":"https://codeload.github.com/bvwells/grpc-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvwells%2Fgrpc-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32800063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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-go"],"created_at":"2024-11-13T23:16:24.909Z","updated_at":"2026-05-08T22:31:58.616Z","avatar_url":"https://github.com/bvwells.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grpc-example\n\n\n[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go\u0026logoColor=white\u0026style=flat-square)](https://pkg.go.dev/github.com/bvwells/grpc-example?tab=overview)\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/bvwells/grpc-example)\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/bvwells/grpc-example) \n[![Build Status](https://travis-ci.com/bvwells/grpc-example.svg?branch=master)](https://travis-ci.org/bvwells/grpc-example)\n[![codecov](https://codecov.io/gh/bvwells/grpc-example/branch/master/graph/badge.svg)](https://codecov.io/gh/bvwells/grpc-example)\n[![Go Report Card](https://goreportcard.com/badge/github.com/bvwells/grpc-example)](https://goreportcard.com/report/github.com/bvwells/grpc-example)\n\nThis repository contains an example usage of gRPC based on the grpc quickstart example defined [here](https://grpc.io/docs/languages/go/quickstart/) and [here](https://github.com/grpc/grpc-go/blob/master/examples/helloworld/helloworld/helloworld.proto).\n\n## Install protoc\n\nInstall protoc (https://github.com/protocolbuffers/protobuf)\n\n```\nbrew install protobuf\n```\n\n## Install tools\n\nTo install the go protoc plugin run:\n\n```\n$ go get -u github.com/golang/protobuf/protoc-gen-go\n```\n\nEnsure that $GOBIN is added to the path.\n\n```\nexport PATH=$PATH:~/go/bin\n```\n\n## Generate client and server stubs\n\n```bash\n$ go generate ./...\n```\n\n## Run server\n\nTo run the server:\n\n```bash\n$ cd server\n$ go run main.go\n```\n\n## Run client\n\nTo run the server:\n\n```bash\n$ cd client\n$ go run main.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvwells%2Fgrpc-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbvwells%2Fgrpc-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvwells%2Fgrpc-example/lists"}