What is this
Microservice gRPC demonstration w/incrementing state in multiple languages
- Spring Kotlin
- Port: 50051
- Runtime: JDK 17
- Interval: 5s
./mvnw spring-boot:run
- Go
- Port: 50052
- Runtime: Go 1.17
- Interval: 1s
go build && ./microservicegrpc
- Dotnet (WIP)
- Port: 50053
- Runtime: .NET 6
dotnet run