Skip to content

Commit d286030

Browse files
committed
docs: add cost comparison
1 parent df96a9d commit d286030

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,24 @@ The official CodePush Standalone server:
1919

2020
This project provides **a seamless, drop-in replacement 🔌** using Cloudflare Workers, resolving these issues.
2121

22+
## Cost Comparison (vs Azure Deployment)
23+
24+
This project significantly reduces operational costs by utilizing Cloudflare's infrastructure. Here's a detailed breakdown of the estimated monthly costs:
25+
26+
| Service | Azure (Original) | Cloudflare Workers (This Project) |
27+
|--------------------------|--------------------------|-----------------------------------|
28+
| **Compute** | | |
29+
| Azure App Service | $13.14 (Basic B1) | $0 (Free Tier Handles 3M Requests) |
30+
| **Caching** | | |
31+
| Azure Cache for Redis | $16.43 (Basic C0) | $0 (Using Cloudflare D1 as a cache, this is fast enough) |
32+
| **Storage** | | |
33+
| Azure Blob Storage | ~$2.88 (min usage, incl Queue & Table) | $0 (10GB Free, 1M Class A/10M Class B with R2) |
34+
| Azure Key Vault |$0.03 (10,000 operations)| $0 (integrated on R2) |
35+
| **Total Estimated** | **~$32.48** | **$0** (Free Tier) |
36+
37+
Traditional deployments of the official CodePush Standalone on Azure require *an estimated ~$32.48 per month*, while this project can handle up to 1 million monthly API requests entirely for *free* within Cloudflare's generous free tier and using it's R2 storage and D1 database.
38+
39+
2240
## Key Benefits
2341

2442
***Global, Serverless, Effortless:** Deliver updates globally with low latency, powered by Cloudflare's edge network, all without managing any servers.

0 commit comments

Comments
 (0)