grpc-spring-boot-example icon indicating copy to clipboard operation
grpc-spring-boot-example copied to clipboard

Spring Boot gRPC Example

Results 1 grpc-spring-boot-example issues
Sort by recently updated
recently updated
newest added

@MovingToWeb Added example for gRPC client. Created a new module named greeting-client. It exposes one REST endoint `/greeting` which will internally call the gRPC service and returns the message returned...