connect-es
https://github.com/connectrpc/connect-es
TypeScript
The TypeScript implementation of Connect: Protobuf RPC that works.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported1 Subscribers
Add a CodeTriage badge to connect-es
Help out
- Issues
- Fix gRPC-web trailers-only error propagation
- Normalize decompressed bytes to a base Uint8Array (Node buffer breaks RSC consumers)
- Uncaught exception after GOAWAY on idle connection crashes the process
- Do not raise deferred connection error as uncaught exception after GOAWAY
- grpc-web transport: unary() discards a valid Grpc-Status header on trailers-only responses (fix from #1161/#1209 not ported from protocol-grpc)
- connect-node: RST_STREAM(NO_ERROR) mid-response yields misleading `incomplete envelope` / `missing status` instead of a transport error
- connect-node: reject gRPC responses truncated by RST_STREAM(NO_ERROR) with Code.Unavailable
- Reject unary calls when the http/2 stream closes with NO_ERROR before the response
- Add connectTimeoutMs option to bound connection establishment
- Unary Promise never settles — sentinel.error never called after premature stream termination
- Docs
- TypeScript not yet supported