February 26, 2018 12:04PM
Using Cloudflare Workers to identify pwned passwords
Passwords
Developers
Serverless
Cloudflare Workers
Security
Programming
Last week Troy Hunt launched his Pwned Password v2 service which has an API handled and cached by Cloudflare using a clever anonymity scheme. The following simple code can check if a password exists in Troy's database without sending the password to Troy....
February 01, 2018 5:00PM
Cloudflare Workers is now on Open Beta
Product News
Beta
Developers
Serverless
Cloudflare Workers
JavaScript
Cloudflare Workers Beta is now open!
Cloudflare Workers lets you run JavaScript on Cloudflare’s edge, deploying globally to over 120+ data centers around the world in less than 30 seconds. Your code can intercept and modify any request made to your website....
October 23, 2017 1:57PM
Why does one NGINX worker take all the load?
NGINX
Developers
Cloudflare Workers
Serverless
JavaScript
TCP
Scaling up TCP servers is usually straightforward. Most deployments start by using a single process setup. When the need arises more worker processes are added....
September 29, 2017 2:01PM
Code Everywhere: Why We Built Cloudflare Workers
Birthday Week
Product News
JavaScript
Developers
Serverless
Cloudflare Workers
Programming
It all comes down to the speed of light. It always does. The speed of light limits the latency possible between someone using the Internet and the application they are accessing....