{"id":16497201,"url":"https://github.com/guillaumefalourd/poc-grpc-java-maven","last_synced_at":"2026-04-09T16:43:16.408Z","repository":{"id":103343031,"uuid":"392675555","full_name":"GuillaumeFalourd/poc-grpc-java-maven","owner":"GuillaumeFalourd","description":"POC of a gRPC project in Java using Maven ☕️","archived":false,"fork":false,"pushed_at":"2024-09-19T16:33:33.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T06:07:12.614Z","etag":null,"topics":["grpc","java","maven","poc"],"latest_commit_sha":null,"homepage":"https://grpc.io/","language":"Java","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/GuillaumeFalourd.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":"2021-08-04T12:12:43.000Z","updated_at":"2024-09-19T16:33:30.000Z","dependencies_parsed_at":"2024-11-13T00:42:11.422Z","dependency_job_id":"e10ff735-2666-4e55-955d-5af241b751e6","html_url":"https://github.com/GuillaumeFalourd/poc-grpc-java-maven","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/GuillaumeFalourd%2Fpoc-grpc-java-maven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fpoc-grpc-java-maven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fpoc-grpc-java-maven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fpoc-grpc-java-maven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuillaumeFalourd","download_url":"https://codeload.github.com/GuillaumeFalourd/poc-grpc-java-maven/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241381519,"owners_count":19953749,"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","java","maven","poc"],"created_at":"2024-10-11T14:38:43.216Z","updated_at":"2026-04-09T16:43:16.354Z","avatar_url":"https://github.com/GuillaumeFalourd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gRPC (Google Remote Procedure Call) Java with MAVEN\n\nPOC of a gRPC project in Java using Maven ☕️\n\n## Project\n\nThis project contains 2 services: one for `LOGIN` and one for `LOGOUT`.\n\n- The Login service will return **SUCCESS** if the `username` is the same as the `password` (_responseCode 200_). Otherwise, the Login service will return **INVALID PASSWORD** (_responseCode 400_).\n\n- The Logout service will always return **LOGOUT SUCCESS** (_responseCode 200_).\n\n### Setup\n\nOn the `GrpcServer` directory, run:\n\n```bash\nmvn clean generate-sources compile install\n```\n\nOn the `GrpcClient` directory, run:\n\n```bash\nmvn clean generate-sources compile install\n```\n\n### Run\n\n**To start the Server:**\n\n- On the `GrpcServer/src/main/java` directory, run the `main` method from the `GrpcServer.java` class.\n\n- _Note: It will run on port `9090`._\n\n**To use the Client:**\n\n- On another terminal, run the `main` method from the `GrpcClient.java` class located in the `GrpcClient/src/main/java` directory.\n\n**Using a _gRPC Client Tool_:** \n\n- Example: [BloomRPC](https://github.com/uw-labs/bloomrpc) (_Note: You'll need to import the [user.proto file](https://github.com/GuillaumeFalourd/poc-grpc-java-maven/blob/main/GrpcServer/src/main/resources/user.proto))._\n\n#### Login Success\n\n![Login Success](https://user-images.githubusercontent.com/22433243/128184423-b9916696-4476-4b00-a438-b8fc89567cf1.png)\n\n#### Login Error\n\n![Login Error](https://user-images.githubusercontent.com/22433243/128184445-6e7910e5-5e31-457e-98af-bf00e2519caa.png)\n\n#### Logout Success\n\n![Logout Success](https://user-images.githubusercontent.com/22433243/128184472-de32897e-2cb7-41cc-b91b-144832d05819.png)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumefalourd%2Fpoc-grpc-java-maven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguillaumefalourd%2Fpoc-grpc-java-maven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumefalourd%2Fpoc-grpc-java-maven/lists"}