Showing posts with label Protocol Buffers. Show all posts
Showing posts with label Protocol Buffers. Show all posts
gRPC is a modern framework developed by Google, that enables us to implement powerful APIs better than traditional RESTful Architecture. The APIs developed using gRPC are much efficient and faster than REST API in data exchange, since gRPC uses Protocol Buffers as data exchange format, which are binary and no need implement any special serialization process.
To know more about gRPC, check the following video, it explains the complete intro and main features gRPC framework.