1 min readAug 7, 2018
Thanks Oliver Flaggl for reading the blog and leaving a comment. I am not sure if I understood your comment correctly. gRPC uses HTTP/2 (https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md). Moreover using protocol buffers, the data is transferred in binary format instead of json format which gives us some efficiency.