cloud-grpc
cloud-grpc copied to clipboard
Google Cloud Platform - Building a gRPC service with Node.js Source Repository
hi, The last client.js you show in the last step has grpc.Credentials in the var client but it didn't work because it must be grpc.credentials. lower case.
when issuing command "node server.js" I receive the following error: Error: Parse error at line 11: illegal field rule: int32 at Parser.ProtoBuf.DotProto.ParserPrototype._parseMessage (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:1117:31) at Parser.ProtoBuf.DotProto.ParserPrototype.parse (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:762:34) at Function.ProtoBuf.DotProto.Parser.parse (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:797:39) at...
There are grammar misprints on page [Обзор](https://codelabs.developers.google.com/codelabs/cloud-grpc-ru/index.html?index=..%2F..%2Flang-ru#0) ("Step 1 Overview" of russian version). I highlighted them, as well as another typo which is also on this page, but already noted...
Как **седлать** gRPC клиент с помощью Node.js
Based on the Proto file, the `List` service states that it returns a list of books, which when received by the client would be of the format: `{ books: []...