Edge Computing with Cloudflare Workers
Everyone can now run JavaScript on Cloudflare with Workers

Everyone can now run JavaScript on Cloudflare with Workers

3/13/2018 · Kenton Varda

What this post added

This post announces the general availability of Cloudflare Workers, a serverless JavaScript execution environment running on Cloudflare's global edge network. It details the core capabilities of Workers, including intercepting and modifying HTTP requests/responses, making outbound requests, and controlling other Cloudflare features. The post highlights the use of the Service Workers API, the V8 JavaScript engine for performance, and provides a pricing model. It also includes a code example demonstrating redirection, hotlink blocking, and serving images from Google Cloud Storage.

Read the original post ↗