grpc-node
grpc-node copied to clipboard
gRPC for Node.js
### Is your feature request related to a problem? Please describe. We are facing an issue when a Node app with gRPC client is getting responses slower than expected due...
### Is your feature request related to a problem? Please describe. Service usage customization both for Client and Call level ### Describe the solution you'd like From [here](https://github.com/grpc/grpc-node/blob/master/packages/grpc-js/src/client-interceptors.ts#L531) it looks...
### Problem description I'm trying to understand, what is the appropriate way to update credentials for an existing client instance? I have a grpc server that accepts authoeized requests, so...
### Is your feature request related to a problem? Please describe. I'm exploring [deno](deno.land). I'd like to have a Deno port of this project's packages. ### Describe the solution you'd...
### Problem description We are investigating the use of gRPC-JS in a Dockerized NextJS (13) environment with TypeScript. It all works fine in development mode, but when we try to...
### Problem description When a server responds with headers/trailers exceeding ~64KB, the client hangs (callback is not triggered). ### Reproduction steps - Start a server that adds > 64KB to...
### Is your feature request related to a problem? Please describe. I'm always frustrated when I need to implement @grpc/grpc-js in my project. Since there is no official documentation available....
### Problem description I'm using **node.js as client** and **python as server**, and make a **server-side streaming** call. When I raise an Error in the server side handler, the 'error'...
### Problem description On Windows, in an NPM project dependent on `[email protected]`, the installed `protoc.exe` is dependent on the debug version of a DLL that isn't available in the normal...
I try to hack my way through `_getConnectionOptions` & `createConnection` in credentials, but no luck so far. Is there any suggested way of doing this?