Skip to content

vmasdani/microservice-grpc-multi-language-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

Microservice gRPC demonstration w/incrementing state in multiple languages

  1. Spring Kotlin
  • Port: 50051
  • Runtime: JDK 17
  • Interval: 5s
./mvnw spring-boot:run
  1. Go
  • Port: 50052
  • Runtime: Go 1.17
  • Interval: 1s
go build && ./microservicegrpc
  1. Dotnet (WIP)
  • Port: 50053
  • Runtime: .NET 6
dotnet run

screenshot

About

gRPC communication on multiple language demonstration (spring kotlin, go, .NET core 6)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published