https://github.com/qaware/tech-thursday-grpc-demo
Code for the Tech Thursday gRPC demo
https://github.com/qaware/tech-thursday-grpc-demo
Last synced: about 1 year ago
JSON representation
Code for the Tech Thursday gRPC demo
- Host: GitHub
- URL: https://github.com/qaware/tech-thursday-grpc-demo
- Owner: qaware
- License: mit
- Created: 2020-09-09T12:27:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T20:48:10.000Z (almost 3 years ago)
- Last Synced: 2024-12-25T16:42:18.390Z (over 1 year ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech Talk Thursday gRPC demo
This repository contains the code for the Tech Talk Thusrday gRPC talk.
* [Service definition](src/main/proto/hello_world.proto)
* [Server](src/main/java/de/qaware/edu/grpcdemo/Server.java)
* [Client](src/main/java/de/qaware/edu/grpcdemo/Client.java)
## License
[MIT](https://opensource.org/licenses/MIT)