Skip to content

huangll99/h-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

浏览器和push-server交互协议

两者使用json数据格式,json的协议示例如下:

{ "type":0, "msg":"hello push" }

type取值:

0:发送标示
1:响应连接成功
2:推送数据

单机版结构设计图

程序流程图

后台管理页面