gRPC and Go: Developing Efficient and Type-Safe Services - Clinton Kitson, {code}
January 17, 2020
While REST, JSON over HTTP 1.1, is ubiquitous, it is a simple text-based protocol that was not designed to handle the demands of modern cloud-native service architectures. The gRPC project, originated …