# hanbo-push **Repository Path**: wikitx/hanbo-push ## Basic Information - **Project Name**: hanbo-push - **Description**: 分布式消息推送、IM服务 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: ws-support - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 19 - **Created**: 2021-01-29 - **Last Updated**: 2021-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 汉堡推送 汉堡推送是一个分布式推送/IM系统,底层协议采用tcp同时适配websocket,适用于安卓和web平台,ios目前未支持。 [传送门](https://gitee.com/lmx_007/hanbo-push "传送门") ## 准备工作 - java8 - redis3, mysql5.5 ,zookeeper3 ## 启动应用 - 配置ngx,部署webUI - 参考各module的readme,分别启动server,admin,webproxy - 登录后台 - 新建应用 - 初始化设备,同时启动模拟客户端(client->junit模拟客户端并发数) - 发布消息 - 查看大盘监控 ## 步骤演示 1. 注册登陆 ![4](https://images.gitee.com/uploads/images/2020/0429/180205_f462f693_5197703.jpeg) ![2](https://images.gitee.com/uploads/images/2020/0429/180205_a40f6525_5197703.jpeg) 2. 实时大盘 ![8](https://images.gitee.com/uploads/images/2020/0429/180205_658fb72e_5197703.jpeg) 3. 新建应用 ![6](https://images.gitee.com/uploads/images/2020/0429/180205_a2ac10bc_5197703.jpeg) ![7](https://images.gitee.com/uploads/images/2020/0429/180205_8c92005c_5197703.jpeg) 4. 发布消息 ![1](https://images.gitee.com/uploads/images/2020/0429/180205_09ac7148_5197703.jpeg) 5. 消息监控 ![3](https://images.gitee.com/uploads/images/2020/0429/180205_1ff4ab1d_5197703.jpeg) 6. 消息明细 ![5](https://images.gitee.com/uploads/images/2020/0429/180205_b3c26a8c_5197703.jpeg) 7.tcp客户端 ![](https://images.gitee.com/uploads/images/2020/0429/180205_b1217bc9_5197703.jpeg) 8.websocket客户端 ![](https://images.gitee.com/uploads/images/2020/0429/180205_9d5bfe48_5197703.jpeg)