grpc-web icon indicating copy to clipboard operation
grpc-web copied to clipboard

gRPC for Web Clients

Results 179 grpc-web issues
Sort by recently updated
recently updated
newest added

As it stands, our [npm package](https://www.npmjs.com/package/grpc-web) `index.js` is 218KiB (which is being compiled by the closure compiler [here](https://github.com/grpc/grpc-web/blob/master/packages/grpc-web/scripts/build.js)). With the [Echo example echo.proto](https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/echo/echo.proto), that has about 7 message types, 1...

We have a client generated using protoc with the Typescript option included and are then making requests using grpc-web. We recently introduced a new value to an enum, and as...

Is there a way to abort the grpc request? e.g. when client method is called in short succession it would be good to be able to cancel previous invocation.

The goal of this PR is to add an `abortSignal` parameter when making calls using the `PromiseClient`, which cancels the gRPC stream when the signal is aborted. There has already...

Since M1 chip becomes more and more popular, it would be great if we can download prebuilt binaries for ARM in GitHub Releases.

enhancement

I have open streams from server to client, which shall be idle for a long time. Currently they get terminated exactly after 10 min: - HTTP 200 - grpc-message: upstream...

Aloha! When I generate `.d.ts` typings with any grpc-web version > 1.0.7 all setter-functions now return their class rather than `void`. E.g. what I expect: `setToken(value: Uint8Array | string): void;`...

grpc-web stores the entire contents of a stream in memory, which bogs down and causes performance issues over time as well as using increasing amounts of memory. I have been...

enhancement
feature/fetch

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.41.v20210516 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @​jianglai (Lai Jiang) @​markslater (markslater) @​prenagha (Padraic Renaghan)...

dependencies
java

> We plan to publish a comprehensive guideline doc on how to create secure Web applications. > > Native support such as XSRF, XSS prevention may also be added to...

documentation