TechPrimers / grpc-spring-boot-example

Spring Boot gRPC Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot gRPC Example

This project covers usage of gRPC in a Spring Boot application

Commands used

  grpcurl --plaintext localhost:9090 list
  grpcurl --plaintext localhost:9090 list com.techprimers.grpc.GreetingService
  grpcurl --plaintext -d '{"message": "How are you?"}' localhost:9090 com.techprimers.grpc.GreetingService/greeting
  

Reference

About

Spring Boot gRPC Example


Languages

Language:Java 100.0%