Skip to content

Commit b023194

Browse files
committed
docs: clarify why i built
1 parent 92e3e44 commit b023194

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ A community-driven port of Microsoft's [CodePush Standalone](https://github.com/
88

99
## Why I Built This
1010

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.
11+
This project addresses a crucial need for a reliable and cost-effective solution following Microsoft's planned shutdown of AppCenter CodePush in March 2025.
12+
13+
The official CodePush Standalone server:
14+
- Is not readily deployable as a true *standalone* solution.
15+
- Requires a complex setup with Azure infrastructure.
16+
- Has a difficult-to-maintain codebase with a less-than-ideal TypeScript implementation.
17+
18+
This project provides **a seamless, drop-in replacement 🔌** using Cloudflare Workers, resolving these issues.
1219

1320
## Key Benefits
1421

0 commit comments

Comments
 (0)