Cloudflare workers allow you to host serverless code. The free plan is also ideal for static site hosting.
Cloudflare Workers is a serverless functions platform that deploys code globally, running by default across Cloudflare's network of more than 330 cities. It supports JavaScript, TypeScript, Python, and Rust, and is built on a V8 isolate architecture rather than traditional processes or containers, which the platform states eliminates cold starts.
Billing is based on CPU execution time rather than idle time, and the platform scales automatically from zero to high request volumes without requiring pre-provisioned concurrency, load balancers, or capacity planning. A "Smart Placement" feature allows execution to be located near a workload's data source to reduce end-to-end latency. Workers also supports local development and testing through workerd, its open-source runtime.
The product is aimed at developers building APIs and other backend services that need automatic global scaling, such as handling large or variable request volumes without manual regional configuration.
You can write Workers in JavaScript, TypeScript, Python, or Rust using a template to kickstart your app.
You only pay for execution time (CPU time), not for idle time spent waiting on I/O.
No, Workers are designed to avoid cold starts so users aren't kept waiting.
Yes, Workers supports first-class local development and testing using the open-source workerd runtime before pushing changes.
Workers scale automatically from zero to millions of requests with infinite concurrency, with no need to pay for pre-provisioned capacity.
Show your product to thousands of developers
· 100k monthly pageviews
· 7k newsletter subscribers
Serverless log management solution.
Invent with purpose, realise cost savings and make your organisation more efficient with Microsoft Azure’s open and flexible cloud computing platform.
Cloudflare Pages is a JAMstack platform for frontend developers to collaborate and deploy websites.
Firebase is Google’s mobile platform that helps you quickly develop high-quality apps and grow your business.
Run code as a function without creating and maintaining virtual machines.
Juno is an open-source serverless platform for hosting static websites, building web applications, and running serverless functions with the privacy and control of self-hosting.