# workerman-websocket **Repository Path**: li914/workerman-websocket ## Basic Information - **Project Name**: workerman-websocket - **Description**: 基于thinkPHP5.1,使用workerman和websocket搭建聊天室,可以群聊以及私聊,发送表情,发送图片 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 34 - **Forks**: 15 - **Created**: 2018-11-09 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 基于thinkphp5.1和workerman框架,HTML5的websocket即时通讯 ##### 在线体验 [传送门](https://api.li914.com/chat) ![演示图片](https://gitee.com/li914/workerman-websocket/raw/master/public/static/images/demo/01.png) ##### 写在前面:deepin系统,php7.2,thinkphp5.1 1.下载该项目 ``` git clone git@github.com:li914/workerman.chat.04.com.git ``` 2.进行项目目录 ``` cd workerman.chat.04.com ``` 3.添加依赖****** ``` composer install ``` 4.启动workerman服务 ```aidl cd ChatWorker php start.php start ``` 5.然后在浏览器 输入:URL/chat 注意:URL是你thinkphp绑定的的网址 6.最后 该项目里的名字以及图片,均来自网络,如有侵权,请联系我来删除:1837725661@qq.com