By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Cloudflare Introduces Remote Bindings for Local Development
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Cloudflare Introduces Remote Bindings for Local Development
News

Cloudflare Introduces Remote Bindings for Local Development

News Room
Last updated: 2025/11/30 at 2:25 AM
News Room Published 30 November 2025
Share
Cloudflare Introduces Remote Bindings for Local Development
SHARE

Cloudflare recently announced the general availability of remote bindings for local development. Remote bindings let developers connect to production, deployed resources in their Cloudflare account, rather than using local simulations.

Thanks to the new feature, developers can connect to deployed resources, such as R2 buckets and D1 databases, while running Worker code on their local machine, enabling testing of local code changes against real data and services.

Remote bindings for local development are supported in Wrangler v4.37.0, the Cloudflare Vite plugin, and the @cloudflare/vitest-pool-workers package. For example, developers can tell Wrangler or Vite to send all requests to env.MY_BUCKET using:


{
  "name": "my-worker",
  "compatibility_date": "2025-09-25",

  "r2_buckets": [
    {
      "bucket_name": "my-bucket",
      "binding": "MY_BUCKET",
      "remote": true
    },
  ],
}

Although all requests to env.MY_BUCKET will be proxied to the remote resource, the Worker code will execute locally, providing faster execution times without the need to seed local databases with data. Furthermore, developers can pair remote bindings with environments so that staging data can be accessed during local development while production data remains untouched.

Samuel Macleod, senior systems engineer at Cloudflare, and Dario Piotrowicz, web developer at Cloudflare, explain how bindings work under the hood in production. They write:

We wanted to make it really easy for developers to access remote resources without having to change their production Workers code, and so we landed on a solution that required us to fetch data from the remote resource at the point of use in your Worker (…) We realised that we already had a ready-made API waiting for us — the one we use in production! Most bindings on the Workers platform boil down to essentially a service binding.

A service binding is a link between two Workers that allows them to communicate over HTTP or JSRPC. Macleod and Piotrowicz add:

We realised that we could use that natural network boundary to implement remote bindings. Instead of the production runtime translating env.KV.get() to an HTTP call, we could have the local runtime (workerd) translate env.KV.get() to an HTTP call, and then send it directly to the KV service, bypassing the production runtime.

Source: Cloudflare blog

With a remote KV binding, the local Worker no longer uses the local KV simulator. Instead, it talks to a remote proxy client that connects to a proxy server linked to the real KV store, allowing the local Worker to access the live KV data. The reaction of the community has been positive, with Dyords Abuzo writing:

No more ‘it worked on my machine… but where did my data go in production?!’ This is a massive win for developer experience, making building on Cloudflare Workers even more delightful.

The wrangler package now exports utilities such as startRemoteProxySession, allowing tools that do not leverage wrangler dev to also support remote bindings. Starting in Wrangler v4.37.0 (and the matching Vite and Vitest plugin versions v1.13.0 and v0.9.0), remote bindings are available for all projects. Developers can enable them for any binding by adding remote: true in the Wrangler config.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Premier League Soccer: Stream Man City vs. Leeds Live From Anywhere Premier League Soccer: Stream Man City vs. Leeds Live From Anywhere
Next Article Households urged not to pour boiling water down drains this winter — I asked a plumber what to do instead Households urged not to pour boiling water down drains this winter — I asked a plumber what to do instead
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Does Amazon do Cyber Monday? What to know about the 2025 shopping event.
Does Amazon do Cyber Monday? What to know about the 2025 shopping event.
News
Google Just Nerfed Gemini’s Free Tier Thanks To Gemini 3’s Popularity – BGR
Google Just Nerfed Gemini’s Free Tier Thanks To Gemini 3’s Popularity – BGR
News
The Best Black Friday iPhone Deals Still Available
The Best Black Friday iPhone Deals Still Available
News
I wish the Play Store copies this time-saving feature for large game updates
I wish the Play Store copies this time-saving feature for large game updates
News

You Might also Like

Does Amazon do Cyber Monday? What to know about the 2025 shopping event.
News

Does Amazon do Cyber Monday? What to know about the 2025 shopping event.

5 Min Read
Google Just Nerfed Gemini’s Free Tier Thanks To Gemini 3’s Popularity – BGR
News

Google Just Nerfed Gemini’s Free Tier Thanks To Gemini 3’s Popularity – BGR

3 Min Read
The Best Black Friday iPhone Deals Still Available
News

The Best Black Friday iPhone Deals Still Available

4 Min Read
I wish the Play Store copies this time-saving feature for large game updates
News

I wish the Play Store copies this time-saving feature for large game updates

3 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?