https://github.com/gasperlf/grpc-calculator
Example how grpc works
https://github.com/gasperlf/grpc-calculator
gradle grpc-java java11 protobuf
Last synced: about 2 months ago
JSON representation
Example how grpc works
- Host: GitHub
- URL: https://github.com/gasperlf/grpc-calculator
- Owner: gasperlf
- Created: 2020-08-03T20:35:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T18:09:47.000Z (almost 6 years ago)
- Last Synced: 2025-05-17T00:35:59.685Z (about 1 year ago)
- Topics: gradle, grpc-java, java11, protobuf
- Language: Java
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-calculator
Example: sum 2 number and get the result using grpc.