#gRPC
2 articles
Application
2024-01-25
A Collection of Links for Reviewing gRPC and Protocol Buffers
Review essential gRPC and Protocol Buffers resources covering load balancing, Kubernetes deployment, and best practices.
#gRPC#Protocol Buffers#Link Collection
Application
2020-09-08
What is gRPC? A Practical Introduction to gRPC with Go
Learn what gRPC is, how Protocol Buffers work, and how to build a gRPC server and client in Go. Includes comparison with REST and when to choose gRPC.
#Golang#gRPC#Microservices#HTTP/2#RPC