July 09, 2018 7:08AM
Comparing Serverless Performance for CPU Bound Tasks
Cloudflare Workers
JavaScript
Speed & Reliability
AWS
Serverless
Programming
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 6:50PM
Serverless Performance: Cloudflare Workers, Lambda and [email protected]
Cloudflare Workers
Speed & Reliability
Serverless
JavaScript
Programming
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 2:00PM
Cryptocurrency API Gateway using Typescript+Workers
Typescript
JavaScript
Serverless
Cloudflare Workers
Crypto
Programming
If you followed part one, I have an environment setup where I can write Typescript with tests and deploy to the Cloudflare Edge with npm run upload. For this post, I want to take one of the Worker Recipes further....
June 28, 2018 6:40PM
Delivering a Serverless API in 10 minutes using Workers
Cloudflare Workers
Serverless
Chrome
SSL
Security
JavaScript
API
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 28, 2018 2:00PM
T-25 days until Chrome starts flagging HTTP sites as "Not Secure"
HTTPS
Chrome
Serverless
Cloudflare Workers
Less than one month from today, on July 23, Google will start prominently labeling any site loaded in Chrome without HTTPS as "Not Secure"....
June 27, 2018 2:00PM
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....