examples-es icon indicating copy to clipboard operation
examples-es copied to clipboard

Add vercel edge function example

Open srikrsna-buf opened this issue 1 year ago • 0 comments

Add vercel edge function example.

This also adds client usage example, Vercel is claiming streaming support.

Using the fetch client from connect, the client for server steaming throws an error at the very end of the steam with: Invalid state: ReadableStream is locked. Which should be fixed in https://github.com/connectrpc/connect-es/pull/876

connect-web transport doesn't work on actual because of an unsupported fetch feature.

vercel dev doesn't work because of an issue in @vercel/node: https://github.com/vercel/vercel/pull/10701

srikrsna-buf avatar Oct 06 '23 10:10 srikrsna-buf