awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesClient-Side Rollbacks

Automated mechanisms that revert a mobile application to a stable code version upon detecting crashes at runtime.

Distinct from Version Rollbacks: Distinct from Version Rollbacks (which focus on plugins) and Pipeline Rollbacks (which focus on server-side deployments); this occurs autonomously on the device.

Explore 1 awesome GitHub repository matching software engineering & architecture · Client-Side Rollbacks. Refine with filters or upvote what's useful.

Awesome Client-Side Rollbacks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/react-native-code-pushMicrosoft 的头像

    Microsoft/react-native-code-push

    9,133在 GitHub 上查看↗

    This project is a dynamic code delivery system and over-the-air update client for cross-platform mobile frameworks. It enables the distribution of JavaScript bundles and remote assets directly to devices, allowing updates to be applied without requiring a full application store release. The system provides infrastructure for staged rollouts, A/B testing, and remote hotfix deployment by directing specific user segments or percentages to different code versions. It ensures stability through a client-side rollback manager that automatically reverts to a previous stable version if a new update ca

    A manager that monitors app stability and automatically reverts to previous stable versions after a crash.

    C
    在 GitHub 上查看↗9,133
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Version Management
  4. Client-Side Rollbacks