Cloudflare Workers Overview
Core Product
Information Resources
What is Cloudflare Workers?
Continuing their ongoing efforts to improve the internets global state, Cloudflare started to allow compute at their edge, eventually and essentially becoming a serverless/edge compute provider.
Cloudflare has an impressive global network presence and an even more impressive rate of pushing (open source or free) products to the market.
Unique about Cloudflare Workers is Key Value storage. Cloudflare’s low latency KV data store, optimized for high reads, low writes.
With a rich amount of example code to start out in your code of preference right away!
Service Types
Functions
Available
Database
Available
Edge Compute
Available
Functions Runtimes
JavaScript
Available
Python
Available
Rust
Available
TypeScript
Available
Wasm
Available
Execution Limits and Resource Quotas
Min. Memory
128 MB
Max. Memory
128 MB
Default Timeout
10 s
Max. Timeout
50 s
Request Payload
N/A
No Data Available
Response Payload
N/A
No Data Available
Last updated: June 18, 2021
*Information is subject to change. Verify with the official Cloudflare Workers website.
Alternatives to Cloudflare Workers are generated by matching platform type and supported runtimes