Edge Computing with Cloudflare Workers
Trailblazing a Development Environment for Workers

Trailblazing a Development Environment for Workers

4/3/2020 · Avery Harnish

What this post added

Introduced `wrangler dev`, a local development server for Cloudflare Workers that allows developers to test Workers using familiar HTTP clients like cURL and Postman before deploying to production. This feature leverages the Cloudflare API to upload and preview Workers, and integrates with the Chrome Devtools Protocol to enable debugging via `console.log` messages streamed to the terminal.

Read the original post ↗