Cloudflare

A network that sits in front of your application, between the visitor and your server. Its first job is passive: cache and serve your files from the point of presence closest to the visitor, absorb attack traffic, handle the domain name and the certificate. Its second job is active, and that one changes how you build: with Workers you run code directly on that network, with no server of your own behind it. Pages serves static sites and single-page apps, R2 stores files, D1 provides a distributed SQLite database. The Workers free plan gives 100,000 requests per day, with 10 milliseconds of CPU time per invocation; the paid plan starts at 5 dollars per month and includes 10 million monthly requests.

Strengths

Limitations

Best for

Official site

View on Coeurdar