This application for simple calculation of addition and subtraction using APIs of gRPC and protobuf with GoLang.
To start this application, perform the below steps.
Run server/main.go
and client/main.go
in separate terminals.
$ go run server/main.go
$ go run client/main.go
localhost:8080/add/120/300
localhost:8080/subtract/400/150