An open API service indexing awesome lists of open source software.

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

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)