Re: [grpc-io] a Nodejs version of GRPCurl ??

2018-09-25 Thread books
On Tue, Sep 25, 2018 at 7:15 AM Josh Humphries wrote: >> 1) if anyone seen a Nodejs version of GRPCurl, I may learn some code from >> there, >> https://github.com/fullstorydev/grpcurl > > I don't know of a Node.js version of gRPCurl, but I do know of some other > dynamic gRPC stuff written in

Re: [grpc-io] a Nodejs version of GRPCurl ??

2018-09-25 Thread Josh Humphries
On Tue, Sep 25, 2018 at 9:49 AM books wrote: > prefer nodejs flexibility of programming without compilation of code, > need to talk to a GRPC Server written in Go, met some problems with > this createSsl call, > https://grpc.io/grpc/node/grpc.credentials.html#.createSsl__anchor > > with grpcurl

[grpc-io] a Nodejs version of GRPCurl ??

2018-09-25 Thread books
prefer nodejs flexibility of programming without compilation of code, need to talk to a GRPC Server written in Go, met some problems with this createSsl call, https://grpc.io/grpc/node/grpc.credentials.html#.createSsl__anchor with grpcurl I can debug with the GRPC Server (written in Go), using