DEV Community

Discussion on: Go + gRPC with Go kit

Collapse
 
sedkis profile image
Sedky Abou-Shamalah

How does this compare to the API Gateway pattern, where all the non-business logic is handled at another layer?

Collapse
 
junereycasuga profile image
Junerey Casuga

I believe API Gateway pattern applies mostly as an infrastructure design for microservice rather than a code architecture.

IMO, Go kit's goal is to make the development of Go microservices easier/faster by providing essential packages/standard libraries rather than forcing someone on how they structure their code/infrasturcure