Hi, I'm just getting started with gRPC and I have a basic question about making client calls via Node.js.
I've been given a working grpcurl call to an existing gRPC server in the form: grpcurl main.company.com:9067 this.app.sdk.rpc.CompactTxStreamer/GetNetworkInfo What is the best way to work backwards from that grpcurl call to be able to make the same call using the node.js gRPC architecture? Would I create a proto file for the client that I would then call? If so, how would those parameters translate into the proto format? Thank you for your help! -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/28bbad75-af29-473d-8aac-1f96265f5e65n%40googlegroups.com.
