{"id":16005276,"url":"https://github.com/sollimann/rust_grpc","last_synced_at":"2026-04-25T22:34:35.596Z","repository":{"id":68941446,"uuid":"318022413","full_name":"Sollimann/rust_grpc","owner":"Sollimann","description":"A beginners guide to gRPC with Rust","archived":false,"fork":false,"pushed_at":"2020-12-05T18:14:26.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-19T20:58:57.964Z","etag":null,"topics":["api","api-client","api-server","bidirectional-streaming","grpc","rust","rust-lang","rust-language"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Sollimann.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,"zenodo":null}},"created_at":"2020-12-02T23:49:09.000Z","updated_at":"2021-10-04T09:22:30.000Z","dependencies_parsed_at":"2023-07-08T07:00:38.143Z","dependency_job_id":null,"html_url":"https://github.com/Sollimann/rust_grpc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sollimann/rust_grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sollimann%2Frust_grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sollimann%2Frust_grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sollimann%2Frust_grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sollimann%2Frust_grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sollimann","download_url":"https://codeload.github.com/Sollimann/rust_grpc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sollimann%2Frust_grpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: 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":["api","api-client","api-server","bidirectional-streaming","grpc","rust","rust-lang","rust-language"],"created_at":"2024-10-08T11:03:38.968Z","updated_at":"2026-04-25T22:34:35.592Z","avatar_url":"https://github.com/Sollimann.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust grpc\n\nfrom article:\nhttps://dev.to/anshulgoyal15/a-beginners-guide-to-grpc-with-rust-3c7o\n\nFirst run the server:\n```bash\n$ cargo run --bin server\n```\n\nThen run the client:\n```bash\n$ cargo run --bin client\n```\n\n## Project Structure\n      + proto/\n           say.proto (defining messages and services)\n      + src/\n           client\n           server\n           hello\n      build.rs\n        -\u003e will compile proto/say.proto file and saveit in an OUT_DIR\n           and add an environment variable OUT_DIR which is available\n           at build time so that we can use it later in our code.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsollimann%2Frust_grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsollimann%2Frust_grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsollimann%2Frust_grpc/lists"}