多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## **windows配置长连接方法:** 1、进入项目目录 ![](https://img.kancloud.cn/39/23/3923edb4eb5a05b9360d3bfc83afb3dc_948x448.png) 2、在项目根目录中打开dos窗口 按住shift+鼠标右键 在此处打开powershell窗口 ![](https://img.kancloud.cn/79/c3/79c33fe2898ba74213a72b52457dffcb_978x284.png) 注意路径是否正确 3、执行命令 开启workman **开三个cmd窗口 分别执行以下命令 且保持窗口不要关闭** # 内部通讯服务 ~~~ php think workerman start channel ~~~ ![](https://img.kancloud.cn/5d/aa/5daa5bc36e0777a7890fbac2286701c4_911x234.png) # h5端聊天服务 ~~~ php think workerman start chat ~~~ ![](https://img.kancloud.cn/23/56/23566a0bfe6c068b9122f0133a881a7b_1205x254.png) # 后台管理员通知 ~~~ php think workerman start admin ~~~ ![](https://img.kancloud.cn/80/d2/80d2e95ca8b06fa4485e08d1cf5851a0_852x237.png) **全部开启成功后 保持不要关闭** ![](https://img.kancloud.cn/db/cd/dbcd758c93a32a97e55a9531e4605762_1482x643.png)