ASHISH MULEYgrpcprotocol.hashnode.dev·Nov 8, 2024Understanding gRPC: A Modern Communication Protocol for MicroservicesIntroduction Under this development unfolding context that currently centers on distributed systems, cloud-native apps, and microservices, the key decision of choosing a specific protocol on which data shall be transferred from one service to another...478 likes·341 readsgRPC
Harshit Nagpalhungrybias.hashnode.dev·May 21, 2024Using gRPC API (Python) to make a callRequirement: Python 3.x version IDE (Suggestion VS code) pip version 9.0.1 or higher Pre-requisite knowledge: Basic understanding of RPC Basic understanding of protocol buffers What is gRPC? Imagine you want to communicate with a friend who ...10 likesApache Dubbo
taruntarunsankhla.hashnode.dev·May 20, 2024gRPC API: Enhancing Remote Procedure Calls ExplainedIntroduction I am excited to share this comprehensive blog series on gRPC, a powerful framework for efficient and high-performance remote procedure calls (RPC) across various tech stacks. This blog has been in development for quite some time, and I a...137 readsgRPC
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
Subham Acharyasubhamacharyadev1399.hashnode.dev·Mar 8, 2023gRPC v/s RESTWhat is REST? What is gRPC? Which one fares best in performance in gRPC vs REST? Why use gRPC instead of REST? What are the differences between gRPC vs REST? What is the performance benchmark when it comes to APIs? Which is faster gRPC vs REST? Let’s...1 like·79 readsgRPC