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

A TypeScript gRPC library that is nice to you

Results 84 nice-grpc issues
Sort by recently updated
recently updated
newest added

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @​btea in typicode/husky#1383 fix: export HUSKY=0 in init (fixes #1393) by @​typicode in...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3. Release notes Sourced from typescript's releases. TypeScript 5.3.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5. Commits b1677ce Release version 1.15.5 of the npm package. d8914f7 Preserve fragment in responseUrl. 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow...

dependencies

`nice-grpc-opentelemetry` only supports traces. We should add metrics support. See https://github.com/grpc/proposal/blob/master/A66-otel-stats.md

My server uses [tonic](https://github.com/hyperium/tonic), I have a gRPC call where the server streams some bytes to the client (that is using nice-grpc-web). However I'm getting the following error in my...

`nice-grpc-web` browser tests ofter fail because of `ERR_NETWORK_CHANGED` error in Chrome. This may happen in containerized environments pretty often. To work around this we could introduce a retry in case...

trying to implement prometheus-middlewares and got nothing //server ``` import { createServer } from 'nice-grpc'; import { prometheusServerMiddleware } from 'nice-grpc-prometheus'; ... this.grpcServer = createServer(options); this.grpcServer.use(prometheusServerMiddleware()); start(opts: { port: number...

Hello! I tried generate example step-by-step with example codes and I get this error: ` SyntaxError: The requested module '/src/lib/proto/example.ts' does not provide an export named 'ExampleServiceClient'` because ExampleServiceClient is...

Hello everyone, and thank you for creating this fantastic library. After seeing that my organization was using this fantastic library, I suggested it to many of my friends. I recently...

First of all, thank you for creating nice-grpc - it does indeed make things nice, especially when used together with code generators like ts-proto. I am currently experiencing an issue...