Skip to main content

Grpc

gRPC for Absolute Beginners, in Go

·13 mins
Introduction # The Internet has evolved in the last 2 decades a lot. HTTP/1.1 was not enough so we have HTTP2 now. The specification we used to transfer data between the client and the server has also evolved. From XML to JSON, now we have Protocol Buffer, which is a binary spec. Let’s dive deeper. The picture below from Wikipedia shows how exponential data is growing.