-
-
Notifications
You must be signed in to change notification settings - Fork 98
Question about cloud edge functions support #161
Copy link
Copy link
Closed
Labels
component/kvKey–value store relatedKey–value store relateddiscussionNeeds discussionNeeds discussionhelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requestedruntime/cfworkersCloudflare Workers runtime relatedCloudflare Workers runtime related
Metadata
Metadata
Assignees
Labels
component/kvKey–value store relatedKey–value store relateddiscussionNeeds discussionNeeds discussionhelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requestedruntime/cfworkersCloudflare Workers runtime relatedCloudflare Workers runtime related
Hi,
I find the microblog document has some notes about
Recently, cloud edge functions like Cloudflare Workers have also gained popularity as JavaScript runtimesDoes Fedify expect to support it natively?
If I choose to use Cloudflare Workers, I need to use the Bindings feature to get the key-value store.
However, the
Federationobject is requiredkvand initialized before handling the request.Or the expected usage is like this