{"id":16260405,"url":"https://github.com/nabim777/demo1-grpc-python","last_synced_at":"2025-04-08T13:52:57.059Z","repository":{"id":192238896,"uuid":"686333839","full_name":"nabim777/Demo1-grpc-python","owner":"nabim777","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-08T15:40:42.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T10:19:22.970Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/nabim777.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}},"created_at":"2023-09-02T12:47:03.000Z","updated_at":"2023-09-02T13:35:06.000Z","dependencies_parsed_at":"2023-09-03T16:32:52.980Z","dependency_job_id":"b8fc5b4e-0a25-4f42-8f98-dc6e2d0f63f2","html_url":"https://github.com/nabim777/Demo1-grpc-python","commit_stats":null,"previous_names":["nabim777/grpc-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabim777%2FDemo1-grpc-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabim777%2FDemo1-grpc-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabim777%2FDemo1-grpc-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabim777%2FDemo1-grpc-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nabim777","download_url":"https://codeload.github.com/nabim777/Demo1-grpc-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247856438,"owners_count":21007618,"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-10T16:07:27.650Z","updated_at":"2025-04-08T13:52:57.026Z","avatar_url":"https://github.com/nabim777.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grpc-python\n\n## Step 1: Install `pip`\n```zsh\nsudo apt install python3-pip\n```\n\n## Step 2: Install `grpc-tools`\n```zsh\npip3 install grpcio-tools\n```\nIf not install then you have to upgrade pip3\n```zsh\npip3 install --upgrade pip\n```\n\n## Step 3: generate the bolierplate code needed for creating client and server\n\nNo need to do this step since already `greet_pb2.py` and `greet_pb2_grpc.py` already generated\n\n```zsh\npython3 -m grpc_tools.protoc -I protos --python_out=. --grpc_python_out=. protos/greet.proto\n```\n\n## step 4: To run the program use two terminal one for server and another for client\n\nTo run server\n```zsh\npython3 greet_server.py\n```\n\nTo run client\n```zsh\npython3 greet_client.py\n```\n\n## For presentation link [click here](https://www.canva.com/design/DAFqZ4YPy98/79UULeTKa-O1KvA7-2ZuUA/edit)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabim777%2Fdemo1-grpc-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnabim777%2Fdemo1-grpc-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabim777%2Fdemo1-grpc-python/lists"}