一、workerman介绍
1、框架介绍
workerman-chat框架是基于workerman的GatewayWorker框架开发的一款高性能支持分布式部署的聊天室系统。
workerman框架官网:http://www.workerman.net/
GatewayWorker框架文档:http://www.workerman.net/gatewaydoc/
2、特性
a、使用websocket协议
b、多浏览器支持(浏览器支持html5或者flash任意一种即可)
c、多房间支持
d、私聊支持
e、掉线自动重连
f、微博图片自动解析
g、聊天内容支持微博表情
h、支持多服务器部署
i、业务逻辑全部在一个文件中,快速入门可以参考这个文件[Applications/Chat/Event.php]
二、下载安装
1、git下载地址
git clone https://github.com/walkor/workerman-chat
2、安装
composer install
3、安装Redis依赖
考虑到长链接的压力及安全,所以采用了Redis进行过滤。
composer require workerman/redis
三、启动停止
1、Linux环境
a、以debug方式启动
php start.php start
b、以daemon方式启动
php start.php start -d
c、停止方式、状态方式、重载方式
php start.php stop
php start.php reload
php start.php status
2、windows系统
a、启动方式
双击start_for_win.bat
b、停止方式
关闭窗口