gRPC
Table of Contents
Installation
$ sudo pacman -S grpc
Helpful commands
List all the services exposed at a given port:
grpc_cli ls localhost:50051
TODO
-
https://yidongnan.github.io/grpc-spring-boot-starter/en/server/testing.html
-
https://medium.com/turkcell/grpc-implementation-with-spring-boot-7d6f98349d27
-
https://stackoverflow.com/questions/31938242/using-spring-boot-together-with-grpc-and-protobuf
-
https://egkatzioura.com/2022/01/28/mock-grpc-services-for-unit-testing/