Cloudflare's remote bindings feature allows developers to connect local Worker code to deployed production resources like R2 buckets and D1 databases without deploying for each iteration. The implementation leverages the existing service binding architecture, where the local runtime translates API calls to HTTP/JSRPC requests
Table of contents
Developing on the Workers platformHow we built itHow bindings work under the hood in productionHow JSRPC fits inRemote bindings with Vite, Vitest and the JavaScript ecosystemHow do I try this out?Sort: