Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Cloudflare Workers #759

Open
davidmytton opened this issue May 15, 2024 · 3 comments
Open

Support for Cloudflare Workers #759

davidmytton opened this issue May 15, 2024 · 3 comments
Assignees

Comments

@davidmytton
Copy link
Contributor

Allow us to support applications built on Cloudflare workers. There's a lot of useful data in the request context cf property we could make use of.

@blaine-arcjet
Copy link
Contributor

This is blocked by Connect RPC's requirement to construct a client with a baseUrl. We want to avoid reconstructing a client on each request to the worker.

@blaine-arcjet
Copy link
Contributor

Related: Connect doesn't work well on Cloudflare, see connectrpc/connect-es#577

@blaine-arcjet
Copy link
Contributor

Someone suggested dynamic baseUrl in connectrpc/connect-es#678 but it was closed as wontfix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants