简单的聊天demo:GatewayWorker demo来实现。
1. GatewayWorker3.0.7 在CentOS7.4 PHP7.1下安装:
参考:http://www.workerman.net/gatewaydoc/
最新的GatewayWorker下载:
https://github.com/walkor/GatewayWorker/releases
2. Linux下GatewayWorker demo下载地址:
http://www.workerman.net/download/GatewayWorker.zip
需要安装PHP posix扩展,PHP7.1需要安装php71w-process.x86_64
yum search php71w-
yum install -y php71w-process.x86_64
3. 解压安装GatewayWorker demo:
unzip GatewayWorker.zip
cd GatewayWorker
启动GatewayWorker:
php start.php start
4、在命令行窗口运行 telnet 127.0.0.1 8282
,输入任意字符即可聊天(非本机测试请将127.0.0.1替换成实际ip)。注意:如果telnet超时请检查服务器防火墙(iptables)