https://github.com/abitofhelp/grpc-hello-world-java
This application is a simple client/server hello world service.
https://github.com/abitofhelp/grpc-hello-world-java
client grpc hello-world helloworld java protobuf server
Last synced: about 1 month ago
JSON representation
This application is a simple client/server hello world service.
- Host: GitHub
- URL: https://github.com/abitofhelp/grpc-hello-world-java
- Owner: abitofhelp
- License: other
- Created: 2018-10-25T03:23:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T21:36:54.000Z (over 7 years ago)
- Last Synced: 2025-06-09T12:48:45.928Z (12 months ago)
- Topics: client, grpc, hello-world, helloworld, java, protobuf, server
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# com.abitofhelp.grpcHelloWorld
This application is a simple client/server
hello world service. It is based on the following content:
https://codelabs.developers.google.com/codelabs/cloud-grpc-java/index.html
Unfortunately, when I tried to build the source, it failed. So, I've corrected
the issues... Hopefully, it will be helpful to others...