Support for edge runtimes #829
timostamm
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We plan to tackle support for edge runtimes, and our high-level plan is as follows:
We're starting with support for Cloudflare workers and Vercel.
For Cloudflare, #550 tracks serving RPCs, and #577 tracks support for clients. For serving RPCs on Cloudflare, being able to to pass
env
andctx
parameters to service implementations is an important feature - interceptor capabilities with an augmentedHandlerContext
(see #527) is therefore also an important feature for Cloudflare support.For Vercel, we would like to support the new Next.js App Router with Connect RPCs (#542). Ideally, we want to support Connect RPCs in plain Vercel Edge functions as well.
Beta Was this translation helpful? Give feedback.
All reactions