# bs-chat **Repository Path**: tenging_technology/bs-chat ## Basic Information - **Project Name**: bs-chat - **Description**: 基于Workerman框架的聊天室 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-04-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bs-chat 项目介绍 ===== 基于Workerman框架的聊天室 默认入口为Applications/Chat/Web/index.php 启动停止(Linux系统) ===== 以debug方式启动 ```php start.php start ``` 以daemon方式启动 ```php start.php start -d ``` 端口设置 ===== `Websocket 端口Applications/Chat/start_gateway.php中设置 默认端口为8081` `云服务器上需要打开websocket使用的端口`