Prakhar Agarwalprakhara.hashnode.dev·Oct 12, 2023Introduction to gRPCWhat is gRPC? gRPC is an open-source framework for building fast and efficient remote procedure calls. It is widely used to communicate between microservices, client-server applications, and distributed systems. As in many RPC systems, gRPC is based ...1 like·193 readsGo Language
Arijit Royblog.radioactive11.com·Mar 14, 2023A Beginner's Guide to gRPC: Faster, Smarter APIsgRPC is a high-performance, open-source universal RPC (Remote Procedure Call) framework. It is developed by Google and provides efficient, low-latency communication between microservices. gRPC uses Protocol Buffers as the default data serialization f...7 likes·137 readsgRPC
Gaurav BharadwajforGoLangLLCishars-1667484405135.hashnode.dev·Nov 9, 2022gRPC GoLang ServerWhat Is gRPC? gRPC is a robust open-source RPC (Remote Procedure Call) framework used to build scalable and fast APIs. It allows the client and server applications to communicate transparently and develop connected systems. Many leading tech firms ha...513 readsgRPC