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

gRPC for Node.js

Results 255 grpc-node issues
Sort by recently updated
recently updated
newest added

### Problem description Hi all, we found an interesting bug. Given a map field which contained a key of type bool, when using a Node.js client to send the map...

package: @grpc/proto-loader

Hey folks I have a very simple grpc health endpoint (https://github.com/grpc-ecosystem/grpc-health-probe) and can observe a memory leak coinciding with the regular health check probes using up roughly half a GB...

package: @grpc/grpc-js
package: grpc-health-check

## Add support for `@bufbuild/protobuf` runtime This PR adds support for generating service definitions compatible with the [`@bufbuild/protobuf`](https://www.npmjs.com/package/@bufbuild/protobuf) runtime, a popular and conformant protobuf implementation. ### What this PR does:...

### Is your feature request related to a problem? Please describe. GRPC-js is using http2 to make the underlying connection. There's a function called `setupServer` in `src/server.ts` that does this....

enhancement
package: @grpc/grpc-js

This PR replaces lodash dependencies with es-toolkit to improve performance and fix some potential security risks as lodash no longer being maintained. ## Description es-toolkit is a modern alternative to...