為了方便開發(fā)者,減少不必要的重復(fù)勞動,現(xiàn)收集workerman/webman相關(guān)第項目或插件。 經(jīng)過篩選會發(fā)布到workerman官網(wǎng)第 http://www.wtbis.cn/related_projects。 格式: 項目名稱:xxx 項目介紹:xxx 主頁地址:xxx 文檔地址:xxx 感謝大家對workerman對支持。...
<?php use \GatewayWorker\Lib\Gateway; use \Workerman\Worker; use \Workerman\Connection\AsyncTcpConnection; use \Applications\YourApp\Controller\MyWm; use \Applications\YourApp\Database\MySql; require_once _...