Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 88b67e1

Browse files
authored
Replace master branch with page content via GitHub
1 parent 6f94e87 commit 88b67e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎index.html‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ <h3>
5252
<h3>
5353
<a id="教程与文档" class="anchor" href="#%E6%95%99%E7%A8%8B%E4%B8%8E%E6%96%87%E6%A1%A3" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>教程与文档</h3>
5454

55-
<p><a href="/docs">文档点击我</a></p>
55+
<p><a href="/docs">开发手册点击我</a></p>
56+
57+
<p><a href="/docs/chapter12.html">服务部署手册</a></p>
5658

5759
<h3>
5860
<a id="源码" class="anchor" href="#%E6%BA%90%E7%A0%81" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>源码</h3>

‎params.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mpush",
33
"tagline": "基于Netty的实时开源消息推送系统",
4-
"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[文档点击我](/docs)\r\n### 源码\r\n* server [https://github.com/mpusher/mpush](https://github.com/mpusher/mpush)\r\n* java-client [https://github.com/mpusher/mpush-client-java](https://github.com/mpusher/mpush-client-java)\r\n* android sdk&demo [https://github.com/mpusher/mpush-android](https://github.com/mpusher/mpush-android)\r\n* iOS sdk [https://github.com/mpusher/mpush-client-swift](https://github.com/mpusher/mpush-client-swift)\r\n\r\n### 后续目标\r\n做最好的java开源消息推送系统\r\n\r\n### 项目成员\r\n夜色(@ohun)\r\n\r\n### 帮助与支持\r\nQQ群:499529157\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\"/>",
4+
"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[开发手册点击我](/docs)\r\n\r\n[服务部署手册](/docs/chapter12.html)\r\n### 源码\r\n* server [https://github.com/mpusher/mpush](https://github.com/mpusher/mpush)\r\n* java-client [https://github.com/mpusher/mpush-client-java](https://github.com/mpusher/mpush-client-java)\r\n* android sdk&demo [https://github.com/mpusher/mpush-android](https://github.com/mpusher/mpush-android)\r\n* iOS sdk [https://github.com/mpusher/mpush-client-swift](https://github.com/mpusher/mpush-client-swift)\r\n\r\n### 后续目标\r\n做最好的java开源消息推送系统\r\n\r\n### 项目成员\r\n夜色(@ohun)\r\n\r\n### 帮助与支持\r\nQQ群:499529157\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\"/>",
55
"note": "Don't delete this file! It's used internally to help with page regeneration."
66
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /