Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
684 views

Error in generate protocol buffers in grpc node

I wanna build a microservice with gRPC in Nodejs, but I got an error. I installed [email protected] and [email protected], but when I enter this command: grpc_tools_node_protoc --js_out=...
techno's user avatar
  • 21
1 vote
1 answer
901 views

Retrieve nested list (matrix) from gRPC in NodeJS

I'm using gRPC with NodeJs and the response I want is this (example in JS format): [ ['aa1', 0, 0], ['aa2', 0, 0], ... ['aaN', 0, 0], ] Is a list inside another list. Like a 2-Dimensional ...
J.F.'s user avatar
  • 15.1k