# Swoole聊天室Demo **Repository Path**: monkwang/SwooleChat ## Basic Information - **Project Name**: Swoole聊天室Demo - **Description**: 基于Swoole开发的一个聊天室Demo应用 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-11-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Swoole聊天室Demo 基于Swoole开发的一个聊天室Demo应用 ####使用说明: >1、确定你的服务器安装并开启了Swoole扩展(目前只支持linux服务器) >2、将代码上传到站点目录 >3、shell 进入项目目录 使用 php 命令执行 web.php 启动服务 >4、浏览器访问项目中的index.html文件打开留言板 如: [http://test.mbku.net/chat/index.html](http://test.mbku.net/chat/index.html) >(注: 用浏览器多打开几个窗口访问 [http://test.mbku.net/chat/index.html](http://test.mbku.net/chat/index.html) 才能看到在线聊天用户)