{"id":15348116,"url":"https://github.com/ironcore864/grpc-example","last_synced_at":"2026-03-07T10:30:18.992Z","repository":{"id":73865867,"uuid":"224659271","full_name":"IronCore864/grpc-example","owner":"IronCore864","description":null,"archived":false,"fork":false,"pushed_at":"2019-11-28T13:27:36.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-23T04:17:53.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/IronCore864.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-11-28T13:27:25.000Z","updated_at":"2024-06-19T06:19:09.189Z","dependencies_parsed_at":null,"dependency_job_id":"e953124e-9e29-4227-a311-c62720bd1353","html_url":"https://github.com/IronCore864/grpc-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fgrpc-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fgrpc-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fgrpc-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fgrpc-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IronCore864","download_url":"https://codeload.github.com/IronCore864/grpc-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239898461,"owners_count":19715212,"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":[],"created_at":"2024-10-01T11:44:56.731Z","updated_at":"2026-03-07T10:30:18.946Z","avatar_url":"https://github.com/IronCore864.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gRPC Example\r\n\r\nIn Golang.\r\n\r\n## Pre-requisites\r\n\r\nMake sure you have protocol buffer compiler and proto go package. Follow this document if you haven't done so:\r\n\r\nhttps://github.com/IronCore864/protobuf-example\r\n\r\n## Build\r\n\r\n### Run `protoc` command (with the grpc plugin):\r\n\r\n```\r\nprotoc -I helloworld/ helloworld/helloworld.proto --go_out=plugins=grpc:helloworld\r\n```\r\n\r\n### Build Server\r\n\r\n```\r\ncd server\r\ngo build\r\n```\r\n\r\n### Build Client\r\n\r\n```\r\ncd client\r\ngo build\r\n```\r\n\r\n## Run\r\n\r\nStart server in the background:\r\n\r\n```\r\ncd server\r\n./server \u0026\r\n```\r\n\r\nStart client:\r\n\r\n```\r\ncd client\r\n./client\r\n```\r\n\r\nTo quit server:\r\n\r\n```\r\nfg\r\nctrl + c\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironcore864%2Fgrpc-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironcore864%2Fgrpc-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironcore864%2Fgrpc-example/lists"}