Edge Computing with Cloudflare Workers
Announcing wrangler dev — the Edge on localhost

Announcing wrangler dev — the Edge on localhost

8/26/2020 · Rita Kozlov

What this post added

Introduced `wrangler dev` as a GA feature, enabling edge-based development for Cloudflare Workers. This tool provides live reloading, direct terminal logging of `console.log()` statements, and the ability to test edge-specific features like Cache API and KV namespaces against a production-like environment without impacting live data. It aims to bridge the gap between local development and edge deployment by running code on the edge itself, offering a high-fidelity experience.

Read the original post ↗