Edge Computing with Cloudflare Workers
Workers Sites: Deploy Your Website Directly on our Network

Workers Sites: Deploy Your Website Directly on our Network

9/27/2019 · Rita Kozlov

What this post added

Introduced Workers Sites, a feature that allows developers to deploy entire static websites directly to the edge of Cloudflare's network. This leverages Cloudflare Workers and Workers KV to store and serve website assets, eliminating the need for traditional origin servers and CDN caching for static content. The deployment process is streamlined through the Wrangler CLI, which uploads assets to KV and generates a Worker to serve them with appropriate headers. This significantly improves performance by reducing latency and simplifies the developer experience by abstracting away configuration complexities.

Read the original post ↗