VisualizationStreamer with Node.js/gRPC

Setup and Generate Code from Protos

npm install

npx grpc_tools_node_protoc -Igenerated=../../proto --js_out=import_style=commonjs,binary:. --grpc_out=grpc_js:. ../../proto/viz_streamer.proto

Running the Example

Assumes that VisualizationStreamer service (VsServiceGrpc) is already running.

node MinimalVsGrpcClient.js