# swoole **Repository Path**: ddrrgg/swoole ## Basic Information - **Project Name**: swoole - **Description**: swoole学习 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-05-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Swoole 1.先完成 前后用户发送消息的格式 ```angular2html 1.{"msg":"帅哥你好"} 2.php 接受到后 redis 数据格式 list 列表 key:fd,value:{"msg":"你好","time":"2018-06029"} ```