2 points | by emmveqz 13 days ago
1 comments
binary payloads instead of base64 text, using Uint8Array, ReadableStream and the original http header Content-Type: application/grpc+proto
abort the calls using browser native AbortController,
no need for proxy if you tweak a bit your gRPC server code
binary payloads instead of base64 text, using Uint8Array, ReadableStream and the original http header Content-Type: application/grpc+proto
abort the calls using browser native AbortController,
no need for proxy if you tweak a bit your gRPC server code