Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 607 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 607 Bytes

WebWorkerexample

基于WebWorker写的一个简单的参考示例,大家可以根据这个示例自由修改

安装

git clone [email protected]:xtgxiso/WebWorker-example.git
cd WebWorker-example
composer require xtgxiso/webworker

命令

php start.php start     //以调试模块启动 
php start.php start -d  //以守护进程启动
php start.php stop      //停止进程
php start.php reload    //重新加载onAppStart中的包含文件
php start.php restart   //重新启动
php start.php status    //查看进程情况

技术交流QQ群

517297682