-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathparams.json
More file actions
6 lines (6 loc) · 3.56 KB
/
params.json
File metadata and controls
6 lines (6 loc) · 3.56 KB
1
2
3
4
5
6
{
"name": "MPush实时开源消息推送系统",
"tagline": "mpush,push,tcp,netty,消息推送,信息推送,Android推送,Android Push,IOS Push,物联网推送,免费,开源,安全,加密,集群",
"body": "### 系统介绍.\r\nmpush,是一款开源的实时消息推送系统,采用java语言开发,服务端采用模块化设计,具有协议简洁,传输安全,接口流畅,实时高效,扩展性强,可配置化,部署方便,监控完善等特点。同时也是少有的可商用的开源推送系统。\r\n\r\n### 特性和优势\r\n1. 源码全部开放,包括server、android、ios (不像有些开源服务只开放部分代码,鄙视下)\r\n2. 代码质量高,全部模块化设计,真正的商用级产品,考虑到推送中遇到的大部分场景\r\n3. 安全性高,基于RSA精简的加密握手协议,简单,高效,安全\r\n4. 支持断线重连,及弱网下的快速重连,无网络下自动休眠节省电量和资源\r\n5. 协议简洁,接口流畅,支持数据压缩,更加节省流量\r\n6. 支持集群部署,支持负载均衡,基于成熟的zookeeper实现\r\n7. 用户路由使用redis集群,支持单写,双写,集群分组;性能好,可用性高\r\n8. 支持http代理,一根TCP链接接管应用大部分请求,让http请求更加及时\r\n9. 高度可配置化,基本上通过修改配置可满足大部分场景\r\n10. 扩展性强,高度模块化,基于SPI模式的可拔插设计,以满足特殊需求\r\n11. 监控完善,日志详细,可快速排查线上问题及服务调优\r\n\r\n### 教程与文档\r\n[开发手册](http://mpush.mydoc.io)\r\n\r\n[服务部署手册](https://github.com/mywiki/docs/blob/book/完整服务器部署.md)\r\n\r\n[AndroidDemo.apk](http://fir.im/4d9e)\r\n\r\n### 源码\r\n* group [https://github.com/mpusher/](https://github.com/mpusher/) 源代码空间\r\n* server [https://github.com/mpusher/mpush](https://github.com/mpusher/mpush) 服务端源码\r\n* alloc [https://github.com/mpusher/alloc](https://github.com/mpusher/alloc) 调度器源码\r\n* mpns [https://github.com/mpusher/mpns](https://github.com/mpusher/mpns) 个性化推送中心源码\r\n* java-client [https://github.com/mpusher/mpush-client-java](https://github.com/mpusher/mpush-client-java) 纯java客户端源码\r\n* android sdk&demo [https://github.com/mpusher/mpush-android](https://github.com/mpusher/mpush-android) 安卓SDK和DEMO源码\r\n* IOS sdk(swift) [https://github.com/mpusher/mpush-client-swift](https://github.com/mpusher/mpush-client-swift) swift版客户端源码\r\n* IOS sdk(OC) [https://github.com/mpusher/mpush-client-oc](https://github.com/mpusher/mpush-client-oc) Object C 客户端源码\r\n\r\n### 后续目标\r\n因为Java的开源消息系统非常少,希望有兴趣的朋友可以一起参与进来,做一个最好的java开源消息推送系统。\r\n有兴趣加入开发组的请加我QQ。\r\n\r\n### 项目成员\r\n夜色(@ohun)[QQ:251939168]、黄志磊、魏永霖\r\n\r\n### 帮助与支持\r\nQQ群: __114583699__<a target=\"_blank\" href=\"http://shang.qq.com/wpa/qunwpa?idkey=1de86266c76d00c246c3c7f29cc002667d1c26fcc2f14d2a7b75b3126708e2e1\"><img border=\"0\" src=\"http://pub.idqqimg.com/wpa/images/group.png\" alt=\"MPUSH开源消息推送系统\" title=\"MPUSH开源消息推送系统\"></a>\r\n\r\n捐助:\r\n\r\n<img src=\"https://mpusher.github.io/docs/alipay.jpg\" width=\"250px\"/>\r\n<img src=\"https://mpusher.github.io/docs/wxpay.png\" width=\"230px\"/>",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}