MORE POSTS
August 26, 2018 5:00 PM
Using Workers To Make Static Sites Dynamic
The following is a guest post by Paddy Sherry, Lead Developer at Gambling.com Group. They build performance marketing websites and tools, using Cloudflare to serve to their global audience....
August 21, 2018 7:08 PM
Internet Native Applications
I grew up with DOS and Windows 3.1. I remember applications being *fast* - instant feedback or close to it. Today, native applications like Outlook or Apple Mail still feel fast - click compose and the window is there instantly and it feels snappy. Internet applications do not....
August 21, 2018 5:56 PM
Integrating redirection.io with Cloudflare Workers
Redirection.io manages web traffic redirects, offering tools for web admins, SEO agencies, and devs to analyze HTTP errors, set up redirects, customize responses, and monitor traffic efficiently....
August 20, 2018 8:00 AM
Edge-Side-Includes with Cloudflare Workers
At Cloudflare we’re accelerating web assets in a number of different ways. Part of this is caching, by storing the response given by the origin server directly within our 151+ global data centers....
July 17, 2018 1:00 PM
Proxying traffic to Report URI with Cloudflare Workers
With Report URI growing, we're seeing a larger variety of sites use the service. With that diversity comes additional requirements that need to be met, some simple and some of them less so. ...
July 09, 2018 6:08 AM
Comparing Serverless Performance for CPU Bound Tasks
This post is a part of an ongoing series comparing the performance of Cloudflare Workers with other Serverless providers. In our past tests we intentionally chose a workload which imposes virtually no CPU load (returning the current time). ...
July 02, 2018 5:50 PM
Serverless Performance: Cloudflare Workers, Lambda and Lambda@Edge
A few months ago we released a new way for people to run serverless Javascript called Cloudflare Workers. We believe Workers is the fastest way to execute serverless functions, but lets prove it....
June 29, 2018 1:00 PM
Cryptocurrency API Gateway using Typescript+Workers
If you followed part one, I’ve set up an environment to write TypeScript with tests and deploy to the Cloudflare Edge using npm run upload. In this post, I’ll expand on one Worker Recipe even further....
June 28, 2018 5:40 PM
Delivering a Serverless API in 10 minutes using Workers
In preparation for Chrome’s Not Secure flag, which will update the indicator to show Not Secure when a site is not accessed over https, we wanted people to be able to test whether their site would pass. ...
June 27, 2018 1:00 PM
Bootstrapping a Typescript Worker
Cloudflare Workers allows you to quickly deploy Javascript code to our 150+ data centers around the world and execute very close to your end-user. The edit/compile/debug story is already pretty amazing using the Workers IDE with integrated Chrome Dev Tools. ...
June 25, 2018 2:16 PM
Using Webpack to bundle your Workers modules
Throughout this post, we’ll use contrived examples, shaky metaphors, and questionably accurate weather predictions to explain how to bundle your Service Worker with Webpack....
June 22, 2018 1:00 PM
Building a serverless Slack bot using Cloudflare Workers
Our Workers platform can be used for a ton of useful purposes: for A/B testing, storage bucket authentication, coalescing responses from multiple APIs, and more. But Workers can also be put to use beyond "HTTP middleware": a Worker can effectively be a web application in its own ...
June 21, 2018 4:36 PM
DroneDeploy and Cloudflare Workers
When we launched Workers much of the focus was on use cases surrounding websites running on origins that needed extra oomph. With Workers you can easily take a site and introduce a raft of personalization capabilities around a range of services....
June 19, 2018 7:11 PM
Test New Features and Iterate Quickly with Cloudflare Workers
At Cloudflare, we believe that getting new products and features into the hands of customers as soon as possible is the best way to get great feedback. The thing about releasing products early and often is that sometimes they might not be initially ready for your entire user base...