mpusher/mpush
MPush开源实时消息推送系统 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3780
- days_rel: n/a
- days_push: 1539
- n_releases_24m: 0
Adoption not part of the score
3770 stars · 1435 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
service · maturity maintenance
message-queue websocket http-server networking monitoring security mobile-development developer-tools jvm self-hosted push-notifications netty tcp-long-connection instant-messaging zookeeper redis cluster-deployment rsa-encryption mobile-push messaging real-time android ios linux docker
2 sources
- readme: https://github.com/mpusher/mpush · fetched 2026-08-28 · 267d939226d0
- homepage: https://mpusher.github.io · fetched 2026-08-29 · eb5e53c972a0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mpusher/mpush | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem