# goframe-websocket **Repository Path**: thinkphpbox/goframe-websocket ## Basic Information - **Project Name**: goframe-websocket - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2022-04-16 - **Last Updated**: 2022-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 消息总线模式,实时模式自行修改. > 命令格式: - 全`methods`执行`{"cmd":"sys"}` - 单/多`methods`执行`{"cmd":"sys.ping"}` / `{"cmd":"sys.ping.syncMsg"}` php版本实现地址 https://gitee.com/tsbjt/thinkphp-swoole3-websocket > 自行下载gf-cli命令行工具 > 打包资源命令:gf pack config,public,template boot/resource.go -n boot > 打包可执行文件:gf build main.go (生成目录: ./executable/版本号/操作系统/可执行文件)