You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its a sample program for familiarize gRPC (google Remote Procedure Call) which is commonly used in case of asynchronous communication b/w client and server. Here we use protobuf as the protocol to serialize the communication.