Skip to content

thinkphp 5.1.23 整合gatewaywoker 实现TCP长连接应用

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

dreamsleet/thinkphp51gatewayworker

Repository files navigation

thinkphp51gatewayworker

thinkphp 5.1.23 整合gatewaywoker 实现TCP长连接应用

git clone https://github.com/dreamsleet/thinkphp51gatewayworker.git	

附:

thinkphp安装

composer create-project topthink/think

workerman及gatewayworker安装

composer require workerman/gateway-worker

改动文件和目录:

public/server.php 

application/server

==========================================================================

启动

php /home/www/thinkphp51gatewayworker/public/server.php start -d 	#修改为自己的实际项目路径

备注:

application/server/controller/Run  		#服务配置,修改启动进程数和端口等	
application/server/controller/Events  	#项目逻辑处理[收到的信息以及发送信息的处理等]

About

thinkphp 5.1.23 整合gatewaywoker 实现TCP长连接应用

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published