DEV Community

Discussion on: Go + gRPC with Go kit

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