Did you know that you can navigate the posts by swiping left and right?

gRPC - Remote Procedure Calls (CNCF)

25 Jan 2022 . category: gRPC . Comments
#gRPC

RPC

An RPC(Remote Procedure Call) is a request-response protocol like REST, but much different than REST. In RPC, we can make a procedure call in any instance of a computer connected in a network. This gives a huge benefit to us because we can directly execute functions and procedures that are in another device. We also do not need to request that device to know what procedures there are because gRPC specifically provides reflection functionality. We can also use cli tools like polyglot, grpcurl, evans etc.. and gui tools like omgrpc, letmegrpc etc..

Lets’s discover what is gRPC, what technologies are being used underneath for it’s core functionalities and how it may enhance the communication process in our applications. Since, I have already prepared some presentation before, regarding the matter, I am going to share those for shedding some light here.

# p
p
p
p
p
p
p
p
p
p
p
p
p
p
p
p
p


Me

My way of doing things might not be perfect, so I am always open to suggestions. Feel free to contact me for queries regarding any post or if you have any suggestion for me, through the contact section.