GRPC (Remote Procedure Call) is a modern inter-process communication system that is scalable and more efficient than RESTful services. The gRPC framework is based on binary encoding format protocol buffer and implemented on top of HTTP/2. It is widely adopted by companies like Netflix, Square, CoreOS, Cockroach labs, CISCO and Dropbox.
Table of contents
Learning gRPC with an ExampleOverviewWhy gRPC ?Advantages of gRPCCode ExampleImplementing gRPC Client and ServerWhat are protocol buffers?Code generationCode StructurePython FilesMAP PhaseREDUCE PhaseReferences1 Comment
Sort: