https://github.com/joaomlneto/grpc-java-boilerplate
Simple GRPC service in Maven
https://github.com/joaomlneto/grpc-java-boilerplate
Last synced: 6 months ago
JSON representation
Simple GRPC service in Maven
- Host: GitHub
- URL: https://github.com/joaomlneto/grpc-java-boilerplate
- Owner: joaomlneto
- License: mit
- Archived: true
- Created: 2019-10-13T19:51:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T12:42:11.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T23:21:53.257Z (8 months ago)
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/joaomlneto/grpc-java-boilerplate)
# grpc-java-boilerplate
Proper template with GRPC integration on Maven- `service-interface` contains the GRPC specification file, which is
automatically compiled into Java files
- `service-handler` contains an implementation of the service interface
- `server` starts a simple server on port 9090 backed by the `service-handler` interface
- `client` is a simple Java client that can connect to `server`