{"id":26800386,"url":"https://github.com/tomo-local/study-grpc","last_synced_at":"2026-04-29T18:33:21.814Z","repository":{"id":285059278,"uuid":"956945405","full_name":"tomo-local/study-gRPC","owner":"tomo-local","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-29T08:12:50.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T08:24:13.620Z","etag":null,"topics":["go","golang","grpc","study"],"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/tomo-local.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":"2025-03-29T07:18:08.000Z","updated_at":"2025-03-29T08:12:54.000Z","dependencies_parsed_at":"2025-03-29T08:24:58.391Z","dependency_job_id":"0b0b5b73-9b6a-4bd0-a6b8-645aca242046","html_url":"https://github.com/tomo-local/study-gRPC","commit_stats":null,"previous_names":["tomo-local/study-grpc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomo-local%2Fstudy-gRPC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomo-local%2Fstudy-gRPC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomo-local%2Fstudy-gRPC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomo-local%2Fstudy-gRPC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomo-local","download_url":"https://codeload.github.com/tomo-local/study-gRPC/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246237437,"owners_count":20745348,"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","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","study"],"created_at":"2025-03-29T20:16:59.409Z","updated_at":"2026-04-29T18:33:21.785Z","avatar_url":"https://github.com/tomo-local.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gRPC Learning Repository\n\nThis repository is for practicing the gRPC learning content introduced in the following article:\n\n[Introduction to gRPC: API Development with Protocol Buffers and gRPC](https://note.com/shunex/n/nd8109a1144a5)\n\n## Overview\n\ngRPC is a high-performance RPC framework developed by Google that uses Protocol Buffers (protobuf) for efficient communication. In this repository, you will learn and practice the following:\n\n- Defining data using Protocol Buffers\n- Implementing gRPC servers and clients\n- Using gRPC for bidirectional streaming communication\n\n## Setup\n\n1. Install the required tools:\n   - `protoc` (Protocol Buffers compiler)\n   - `protoc-gen-go` and `protoc-gen-go-grpc` (Code generation plugins for Go)\n\n   ```bash\n   brew install protobuf\n   go install google.golang.org/protobuf/cmd/protoc-gen-go@latest\n   go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest\n   export PATH=\"$PATH:$(go env GOPATH)/bin\"\n   ```\n\n2. Install project dependencies:\n\n   ```bash\n   go mod tidy\n   ```\n\n3. Generate code from Protocol Buffers files:\n\n   ```bash\n   protoc --go_out=. --go-grpc_out=. chat/chat.proto\n   ```\n\n## How to Run\n\n1. Start the gRPC server:\n\n   ```bash\n   go run server/main.go\n   ```\n\n2. Run the gRPC client:\n\n   ```bash\n   go run client/main.go\n   ```\n\n## References\n\n- [gRPC Official Documentation](https://grpc.io/docs/)\n- [Protocol Buffers Official Documentation](https://protobuf.dev/)\n\n---\n\nLet's dive into gRPC and master it from basics to advanced! 🚀✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomo-local%2Fstudy-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomo-local%2Fstudy-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomo-local%2Fstudy-grpc/lists"}