# lisong/code-push-server

CodePush service is hot update services which adapter react-native-code-push and cordova-plugin-code-push - 热更新

Repository: https://github.com/lisong/code-push-server
Canonical: https://ross.abutalabs.com/products/code-push-server
Language: JavaScript
License: MIT
License Family: permissive
Topics: cordova, react-native, code-push, code-push-server
Last push: 2026-02-15T15:32:45+00:00

## Health v2 (maintenance only)
Score: 53/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 67, release rhythm 8, longevity 100
- inputs: {"age_days": 3822, "days_push": 199, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1871, forks 587 (observed 2026-08-28T04:05:46.862615+00:00)

## What it is
A self-hosted CodePush server implementation that provides over-the-air (hot) update services for React Native and Cordova apps, compatible with react-native-code-push and cordova-plugin-code-push clients. It supports multiple storage backends (local, qiniu, S3, Aliyun OSS, Tencent Cloud COS) as an alternative to Microsoft's CodePush cloud service.

## Use cases
- self-host a CodePush server because the Microsoft cloud is slow in China
- push OTA JavaScript bundle updates to React Native apps without app store review
- deliver hot updates to Cordova apps
- store update bundles on qiniu, S3, Aliyun OSS, or Tencent COS
- manage staging and production release channels for mobile hot updates

## When to choose
- you need OTA updates for React Native or Cordova apps and want full control over the server and storage
- Microsoft's CodePush cloud is slow or unavailable in your region
- you want to keep update bundles on your own storage backend

## When to avoid
- you need native code (Java/Objective-C) updates, which hot updates cannot deliver
- you prefer a fully managed cloud service and don't mind Microsoft's CodePush
- your project does not use React Native or Cordova

## Facets
- artifact type: service
- maturity: maintenance
- function: self-hosted, deployment, http-server
- domain: mobile-development, self-hosted, developer-tools
- platform: self-hosted, cross-platform
- tags: code-push, hot-update, react-native, cordova, ota-updates, over-the-air-updates, mobile-app-updates, automation, nodejs, docker

## Member repositories
- lisong/code-push-server (main) score 53

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:46.862615+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:15:01.729020+00:00, confidence not recorded.
  - readme: https://github.com/lisong/code-push-server (fetched 2026-08-28T04:05:46.862615+00:00, sha 3eb4cc9aee5e)
  - registry_npm: https://registry.npmjs.org/code-push-server (fetched 2026-08-29T10:54:09.953010+00:00, sha 319cd50b500a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
