1.Spring Boot 5 2.Netty4 3.序列化到字节的框架kryo 5.2.0
Intelij IDEA导入项目后 启动bootpush-server的ServerApp 再启动bootpush-client的ClientApp 查看bootpush-server的client日志
测试从server推送消息到client 浏览器访问
http://localhost:9101/api/push?regId=reg-id-001&msg=This-is-pushed-msg
安装doc/bootpush.apk到自己的android手机上
Host填写自己电脑的ip就行(bootpush-server的ip, 确保电脑和手机连接的是同一个WIFI) 类似于下图
然后在App上点击按钮"连接"
在电脑浏览器上访问如下url
http://localhost:9101/api/push?regId=reg-id-android-001&msg=This-is-pushed-msg