Created
October 24, 2018 16:42
-
-
Save lucperkins/d4d9ff27cc68a45cab034a6c6040e498 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
protoc echo.proto \ | |
--js_out=import_style=commonjs:./output \ | |
--grpc-web_out=import_style=commonjs:./output |
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
maybe need
mode=grpcwebtext
?