/ice_cream_rpc

Code from gRPC and Protocol Buffer tutorial video

Primary LanguageJavaScript

Ordering Ice Cream with gRPC and Protocol Buffers

This repository is the code generated from this tutorial video.

Trouble with installing protoc_gen_grpc

A workaround I found to resolve this was following these steps:

  1. npm install -g request
  2. npm config set unsafe-perm true
  3. npm install protoc-gen-grpc -g

I am referencing protoc-gen-grpc's package information from the npm website, found here.