Skip to content

Instantly share code, notes, and snippets.

@lucperkins
Created October 24, 2018 16:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
protoc echo.proto \
--js_out=import_style=commonjs:./output \
--grpc-web_out=import_style=commonjs:./output
@mapleray
Copy link

maybe need mode=grpcwebtext ?

@sibil
Copy link

sibil commented Oct 25, 2018

protoc todos.proto ?
todos.proto was used in https://www.cncf.io/blog/2018/10/24/grpc-web-is-going-ga/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment