# mpusher/mpush

MPush开源实时消息推送系统

Repository: https://github.com/mpusher/mpush
Canonical: https://ross.abutalabs.com/products/mpush
Homepage: https://mpusher.github.io
Language: Java
License: Apache-2.0
License Family: permissive
Topics: push, netty, tcp-ip, im, java, android
Last push: 2022-06-17T01:50:04+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3780, "days_push": 1539, "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 3770, forks 1435 (observed 2026-08-28T04:08:18.131786+00:00)

## What it is
MPush is an open-source real-time message push system written in Java on Netty, with a modular server, SDKs for Android, iOS, Java, and JavaScript, and cluster support via ZooKeeper and Redis. It provides secure TCP long-connection push with RSA-based handshake encryption, reconnection handling, and HTTP proxying.

## Use cases
- send push notifications to android and ios apps from my own server
- self-hosted open source push notification service
- build an instant messaging backend with tcp long connections
- real-time message delivery to mobile clients over tcp
- clustered push server with load balancing
- iot device message push over tcp

## When to choose
- you want a fully open-source, self-hosted push system with mobile SDKs
- you need clustered, load-balanced push backed by ZooKeeper and Redis
- you want encrypted, low-latency TCP push with weak-network reconnection

## When to avoid
- you only need simple FCM/APNs relay push rather than a custom TCP protocol
- you need an actively developed project - releases have been sparse since 2022
- your stack is not JVM-based on the server side

## Facets
- artifact type: service
- maturity: maintenance
- function: message-queue, websocket, http-server, networking, monitoring, security
- domain: mobile-development, developer-tools
- platform: jvm, self-hosted
- tags: push-notifications, netty, tcp-long-connection, instant-messaging, zookeeper, redis, cluster-deployment, rsa-encryption, mobile-push, messaging, real-time, android, ios, linux, docker

## Member repositories
- mpusher/mpush (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:18.131786+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-29T18:27:53.691734+00:00, confidence not recorded.
  - readme: https://github.com/mpusher/mpush (fetched 2026-08-28T04:08:18.131786+00:00, sha 267d939226d0)
  - homepage: https://mpusher.github.io (fetched 2026-08-29T09:22:35.744665+00:00, sha eb5e53c972a0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
