grpc-node
grpc-node copied to clipboard
gRPC for Node.js
### 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...
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...
## 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....
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...