Skip to content

Instantly share code, notes, and snippets.

@345ml
345ml / grpcClient.js
Last active September 25, 2019 10:42
GCP API gRPC Node.js
// yarn add grpc google-protobuf grpc-tools grpc_tools_node_protoc_ts
// git clone https://github.com/googleapis/googleapis /googleapis
// npx grpc_tools_node_protoc \
// --js_out=import_style=commonjs,binary:. \
// --grpc_out=. \
// --plugin=protoc-gen-grpc=./node_modules/grpc-tools/bin/grpc_node_plugin \
// -I /googleapis \
// /Users/horota/work/googleapis/google/cloud/texttospeech/v1/*.proto