Re: [protobuf] Re: Using google proto as a on wire data format

2023-02-27 Thread 'Adam Cozzette' via Protocol Buffers
I think you probably want to use an RPC framework such as gRPC which will handle all this for you. On Sun, Feb 26, 2023 at 9:14 AM Sumit Patil wrote: > Note - lang = CPP > > On Sunday, 26 February, 2023 at 10:38:40 pm UTC+5:30 Sumit Patil wrote: > >> Hii everyone, >> I am tryi

[protobuf] Re: Using google proto as a on wire data format

2023-02-26 Thread Sumit Patil
Note - lang = CPP On Sunday, 26 February, 2023 at 10:38:40 pm UTC+5:30 Sumit Patil wrote: > Hii everyone, > I am trying to use google proto to transfer data from client to server and > vice versa. > I am not getting, how I can implement such thing. > I am thinking of these steps: > * Client >