-
Hey !
I am trying to use `grpc-web` in order to connect my react js app to my golang backend. However, i get stuck again and again, even before achieving a simple step.. I am coming today because I…
-
Hi,
my grpc client is react js, server grpc in csharp
Docker on windows 10 with envoy proxy running.
![image](https://user-images.githubusercontent.com/39155784/49202389-20cd0900-f3ad-11e8-81ce-2…
-
Hello,
I generated the code with :
`protoc -I protos ./protos/helloworld.proto --js_out=import_style=typescript:./jsproto --grpc-web_out=import_style=typescript,mode=grpcwebtext:./jsproto`
…
-
system :
protoc : libprotoc 3.6.0
OS : kubuntu 18.04
running this command
```
protoc -I=./ echo.proto \
--grpc-web_out=import_style=commonjs,mode=grpcwebtext:./
```
produce error
```
…
-
I take the helloworld.proto from the example folder, put it in my project /src/main/proto/helloworld.proto,
In client/app/ ,I ran:
protoc -I=../ ../src/main/proto/helloworld.proto --grpc-web_out=i…
-
When wrapping `grpc.Server` in type `grpc.WrappedGrpcServer` using package `github.com/improbable-eng/grpc-web/go/grpcweb`, the method `ServeHTTP` does not set a `Content-Type` header either to `appli…
-
We are having issues trying to include the generated declarations into our Angular (multi-application) project. We are using the following to generate the `d.ts` and `js` files (do we need both?), whi…
-
i downloaded protoc-gen-grpc-web-1.0.3-windows-x86_64.exe and renamed it as protoc.exe , then i tried to run
protoc -I=. echo.proto \ --js_out=import_style=commonjs:. \ --grpc-web_out=import_style…
-
Every time I run the executable to install grpc-web, it just seems to do nothing. I've waited for quite some time, and the screen remains blank.
I've tried versions 1.0.4 and 1.0.3 of the executab…
-
In `readme.md`, under Wire Format Mode:
> mode=grpcwebtext
> Both unary and server streaming calls are supported.
>
> mode=grpcweb
> Only unary calls are supported for now.
I assume this is…