{"id":18016461,"url":"https://github.com/nikhil25803/grpc-python","last_synced_at":"2026-05-02T04:38:22.696Z","repository":{"id":243333377,"uuid":"810965937","full_name":"nikhil25803/gRPC-python","owner":"nikhil25803","description":"A demo gRPC based client-server application with implementation of different types of gRPC calls. ","archived":false,"fork":false,"pushed_at":"2024-06-08T03:43:45.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T17:48:51.683Z","etag":null,"topics":["grpc","grpc-python","grpcio","grpcio-tools","protocol-buffers"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikhil25803.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-05T17:26:42.000Z","updated_at":"2024-07-31T16:51:58.000Z","dependencies_parsed_at":"2024-06-08T05:48:12.302Z","dependency_job_id":null,"html_url":"https://github.com/nikhil25803/gRPC-python","commit_stats":null,"previous_names":["nikhil25803/grpc-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2FgRPC-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2FgRPC-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2FgRPC-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2FgRPC-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikhil25803","download_url":"https://codeload.github.com/nikhil25803/gRPC-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247201246,"owners_count":20900572,"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":["grpc","grpc-python","grpcio","grpcio-tools","protocol-buffers"],"created_at":"2024-10-30T04:18:08.957Z","updated_at":"2026-05-02T04:38:22.656Z","avatar_url":"https://github.com/nikhil25803.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gRPC Implementation in Python\n\nA demo gRPC-based client-server application showcasing different types of gRPC calls.\n\n## What is gRPC?\n\ngRPC is an open-source framework created by Google for remote procedure calls (RPC). It uses the HTTP/2 protocol to send messages in binary format. These messages are serialized and deserialized using Protocol Buffers to define data structures and services.\n\n## Types of gRPC Calls\n\n![image](https://github.com/nikhil25803/gRPC-python/assets/93156825/ec831a07-c5c7-418f-abf6-987475669a0d)\n\n\n1. **Unary**\n\n   - The client sends a single request to the server and receives a single response.\n\n2. **Server Streaming**\n\n   - The client sends a single request to the server and receives a stream of responses. The server sends multiple responses and finishes with a status message once all responses are sent.\n\n3. **Client Streaming**\n\n   - The client sends a stream of requests to the server. Once the client has finished sending messages, the server processes these requests and sends back a single response.\n\n4. **Bi-Directional Streaming**\n\n   - Both the client and server send streams of messages to each other. This happens parallel, meaning messages can be sent and received in any order.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhil25803%2Fgrpc-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikhil25803%2Fgrpc-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhil25803%2Fgrpc-python/lists"}