Skip to content

Instantly share code, notes, and snippets.

@r6m
Created April 17, 2019 05:20
Show Gist options
  • Save r6m/4b164694836a3102b577be8896748f5f to your computer and use it in GitHub Desktop.
Save r6m/4b164694836a3102b577be8896748f5f to your computer and use it in GitHub Desktop.
generate grpc-web
# install grpc-web
# generate js
protoc --js_out=import_style=commonjs:client api/api.proto
# generate grpc
protoc --grpc-web_out=import_style=commonjs,mode=grpcweb:client api/api.proto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment