#######################################
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

**********
Additional
**********

Maybe have a look here for TypeScript:
  * https://www.npmjs.com/package/grpc_tools_node_protoc_ts
  * https://github.com/agreatfool/grpc_tools_node_protoc_ts/blob/master/doc/grpcjs_support.md


