{"id":24987484,"url":"https://github.com/ivan-montes/grpc-poc","last_synced_at":"2026-05-01T09:32:44.150Z","repository":{"id":266421327,"uuid":"898299712","full_name":"Ivan-Montes/grpc-poc","owner":"Ivan-Montes","description":"Playing with Spring and gRPC using gRPC-Spring-Starter","archived":false,"fork":false,"pushed_at":"2024-12-19T07:20:28.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T11:16:25.040Z","etag":null,"topics":["grcp","java","spring"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ivan-Montes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-12-04T06:34:44.000Z","updated_at":"2024-12-19T07:22:56.000Z","dependencies_parsed_at":"2024-12-11T08:21:02.304Z","dependency_job_id":null,"html_url":"https://github.com/Ivan-Montes/grpc-poc","commit_stats":null,"previous_names":["ivan-montes/grpc-poc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ivan-Montes/grpc-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivan-Montes%2Fgrpc-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivan-Montes%2Fgrpc-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivan-Montes%2Fgrpc-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivan-Montes%2Fgrpc-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ivan-Montes","download_url":"https://codeload.github.com/Ivan-Montes/grpc-poc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ivan-Montes%2Fgrpc-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["grcp","java","spring"],"created_at":"2025-02-04T11:47:46.390Z","updated_at":"2026-05-01T09:32:44.125Z","avatar_url":"https://github.com/Ivan-Montes.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# grpc-poc\n\nPlaying with [Spring](https://spring.io/) and [gRPC](https://grpc.io/) using [gRPC-Spring-Starter](https://grpc-ecosystem.github.io/grpc-spring/en/)\n\n### Components\n\n| Name | gRPC Port | Web Port |\n|------|-----------|-------------|\n| ms-tuti-server | 50051 | x |\n| ms-tuti-client | x | 8082 |\n| ms-tuti-server-and-client | 50053 | 8083 |\n| ms-tuti-cloud-server | 0 | 0 |\n| ms-tuti-cloud-client | x | 8084 |\n| ms-tuti-server-reactive | 50055 | x |\n| ms-tuti-client-reactive | x | 8086 |\n| eureka-discovery-server | x | 8761 |\n\n### Installation\n\nDownload and compile\n\n```\nmvn clean compile\n```\nThen if you don't find all generated classes, please update your project from the specific pom.xml of that module\n\n### Usage\n\nYou can use [grpcurl](https://github.com/fullstorydev/grpcurl) to call gRPC services\n\n```\n- List services\n    grpcurl --plaintext localhost:50051 list\n   \n- Call method\n    grpcurl --plaintext -d '{\"name\": \"Bego\"}' localhost:50051 net.protobufs.GrpcService.helloWorld\n    grpcurl --plaintext -d '{\"name\": \"Marian\"}' localhost:50055 net.protobufs.GrpcReactiveService.areYouSure\n    grpcurl --plaintext -d '{\"name\": \"Maite\"}' localhost:50053 net.protobufs.GrpcService.goodbyeWorld\n        \n```\n\nIt is possible to use a browser for calling a gRPC service using the client web server\n\n```\nhttp://localhost:8086/reactive/ays?name=Alazne\nhttp://localhost:8083/api/bye?name=Frantxu\nhttp://localhost:8084/cloud/sayHi?name=Leire\n\n```\n\nThere is a ready eureka discovery server necessary to check the cloud version.\n\n---\n\n[![Java](https://badgen.net/static/JavaSE/21/orange)](https://www.java.com/es/)\n[![Maven](https://badgen.net/badge/icon/maven?icon=maven\u0026label\u0026color=red)](https://https://maven.apache.org/)\n[![Spring](https://img.shields.io/badge/spring-blue?logo=Spring\u0026logoColor=white)](https://spring.io)\n[![GitHub](https://badgen.net/badge/icon/github?icon=github\u0026label)](https://github.com)\n[![Eclipse](https://badgen.net/badge/icon/eclipse?icon=eclipse\u0026label)](https://https://eclipse.org/)\n[![GPLv3 license](https://badgen.net/static/License/GPLv3/blue)](https://choosealicense.com/licenses/gpl-3.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-montes%2Fgrpc-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivan-montes%2Fgrpc-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-montes%2Fgrpc-poc/lists"}