Tag: workers
6 articles
· cloudflare / workers
How to rate-limit Cloudflare Workers without Redis
Native rate limiting for Cloudflare Workers — no Redis needed. Rate Limiting API for abuse, KV for daily quotas, Durable Objects for exact billing counters.
· deno / cloudflare
Deno Deploy vs Cloudflare Workers: 2026 Comparison
Cloudflare Workers is the default for most teams. Deno Deploy fits only if you are Deno-native and accept a 2-region platform with a contracting footprint.
· cloudflare / aws
How to Migrate from AWS to Cloudflare in 2026: The Complete Playbook
Move Lambda, S3, API Gateway, RDS, and SQS to Cloudflare Workers, R2, D1, and Queues — step-by-step with real wrangler.toml snippets, before/after code diffs, and an honest when-not-to section.
· cloudflare / vercel
Cloudflare Workers vs Vercel Functions: 2026 Comparison
Workers wins on cost and global reach. Vercel Functions wins on Next.js throughput and DX. The 128 MB memory ceiling is what actually decides it.
· cloudflare / aws
Cloudflare vs AWS: the complete cost breakdown at scale
Cloudflare wins most mid-scale workloads; AWS wins large databases. Real cost breakdown: Workers vs Lambda, R2 vs S3, D1 vs RDS with exact figures.
· cloudflare / aws
Cloudflare Workers vs AWS Lambda: Serverless in 2026
Workers wins for global I/O-bound APIs. Lambda still owns CPU-heavy jobs, long timeouts, and teams already deep in AWS. Here is exactly where each one breaks.