Skip to content

Commit ffff36a

Browse files
committed
docs: update readme
1 parent 13c32bf commit ffff36a

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
1-
# CodePush on Cloudflare Workers
1+
# CodePush on Cloudflare Workers 🚀
22

33
A community-driven port of Microsoft's CodePush Standalone, designed for cost-effective and scalable over-the-air updates using Cloudflare Workers.
44

5-
**Status: Alpha** - Core functionality is **100% compatible** with the official CodePush, but further testing and improvements are ongoing.
5+
**Status: Alpha 🧪** - Core functionality is **100% compatible** with the official CodePush, but further testing and improvements are ongoing.
66

77
**Important Note:** This project is not affiliated with, maintained, or endorsed by Microsoft or the CodePush team. It's a community initiative aimed at providing a more accessible and affordable alternative.
88

9+
## Why I Built This
10+
11+
This project was born out of the need for a reliable and cost-effective alternative to Microsoft's AppCenter CodePush, which is scheduled to shut down in March 2025. Rather than undergoing a complete migration to other solutions like Expo OTA (requiring significant time and effort), this project provides **a seamless, drop-in replacement** using Cloudflare Workers.
12+
913
## Key Benefits
1014

11-
* **Global, Serverless, Effortless:** Deliver updates globally with low latency, powered by Cloudflare's edge network, all without managing any servers.
12-
* **Integrated Cloudflare Infrastructure:** Utilizes Cloudflare's D1 (SQLite-compatible) for data and R2 (S3-compatible) for package storage, eliminating the need for external services.
13-
* **Cost-Efficient:** Operates within Cloudflare's cost-optimized serverless environment, minimizing operational overhead.
14-
* **Simple Deployment:** Deploy directly to Cloudflare Workers with a streamlined process.
15-
* **100% API Compatible:** Functions seamlessly with existing applications using the official CodePush API.
15+
* **Global, Serverless, Effortless:** Deliver updates globally with low latency, powered by Cloudflare's edge network, all without managing any servers.
16+
* ☁️ **Integrated Cloudflare Infrastructure:** Utilizes Cloudflare's D1 (SQLite-compatible) for data and R2 (S3-compatible) for package storage, eliminating the need for external services.
17+
* 💰 **Cost-Efficient:** Operates within Cloudflare's cost-optimized serverless environment, minimizing operational overhead.
18+
* 🚀 **Simple Deployment:** Deploy directly to Cloudflare Workers with a streamlined process.
19+
* **100% API Compatible:** Functions seamlessly with existing applications using the official CodePush API.
1620

1721
## Features
1822

19-
- **Fully Compatible API**: Implements the complete CodePush API.
20-
- **Cloudflare Storage**: Leverages D1 (SQLite) and R2 (S3) for data and package storage.
21-
- **Edge Delivery**: Utilizes Cloudflare's edge network for fast updates.
22-
- **Seamless Deployment:** Deploy your CodePush server to Cloudflare Workers with a streamlined and simplified process, reducing the setup time and effort
23+
- ⚙️ **Fully Compatible API**: Implements the complete CodePush API.
24+
- 💾 **Cloudflare Storage**: Leverages D1 (SQLite) and R2 (S3) for data and package storage.
25+
- 🌐 **Edge Delivery**: Utilizes Cloudflare's edge network for fast updates.
26+
- ⚡️ **Seamless Deployment:** Deploy your CodePush server to Cloudflare Workers with a streamlined and simplified process, reducing the setup time and effort
2327

2428
## License
2529

0 commit comments

Comments
 (0)