gRPC Web implementation for Golang and TypeScript
-
Updated
Nov 25, 2021 - TypeScript
I'm unable to compile protos since I got a macbook with an M1.
I run the following to compile:
docker run --platform linux/amd64 --rm -v ${PWD}:${PWD} -w ${PWD} rvolosatovs/protoc \
--proto_path=. \
--go_out=./pb/go \
--go_opt=paths=source_relative \
--go-grpc_out=./pb/go \
--go-grpc_opt=paths=source_relative \
--grpc-ga
The current create-cert.sh script is for Windows. It should be converted to work for OSX/Unix and a .bat file should be added for Windows.
Add a description, image, and links to the grpc-web topic page so that developers can more easily learn about it.
To associate your repository with the grpc-web topic, visit your repo's landing page and select "manage topics."
ts-proto is great and we've been using it for a while in production. However, having the generated typescript files matching the name of the protobuf file with just the
.ts
extension is increasingly becoming a maintenance problem. For instance, there is no convenient way to gitignore these generated file with a glob if they are adjacent to non-generated sources.Other widely used protoc plugi