# xuanxuan-server **Repository Path**: jf_linux/xuanxuan-server ## Basic Information - **Project Name**: xuanxuan-server - **Description**: 喧喧企业聊天软件的服务器端的swoole版本 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2017-09-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #xuanxuan-server 使用方法 ---- 宣萱IM的Server基于PHP+Socket+Select实现的,最大支持1024个并发连接。另外主要逻辑是同步阻塞的,只开一个进程并发处理能力存在瓶颈。 底层改为Swoole异步Server+多进程Task,支持建立大量TCP客户端连接,而且并发能力更高。 * 需要依赖swoole扩展,`pecl install swoole` * 复制`app/xuanxuan/daemon.class.php`覆盖`xuanxuan`自带的server文件