网页端,与客户端实时通信(websocket/tcpServer
2018-09-21 本文已影响0人
Stargazes
功能架构图:
1.由于websocket客户端不能直接连接tcp服务器,因此创建了websocket服务器,将网页端需要发送到tcp客户端进行实时采集的指令,通过websocket服务器做转发,然后发送到相应的tcp客户端。
2.tcp客户端同样逆流程发送数据到websocket客户端,实现网页上的实时显示。
注明:所有tcp服务器基于PHP的swoole实现
项目地址:https://gitee.com/stargazes/swoole-websocket.git