PHP + Swoole 开发的简单聊天室 demo, 主要是 websockt 的应用, 若是对你学习Swoole有帮助,欢迎 start 。php
https://github.com/moell-peng...git
PHP >= 7.0github
Swooleweb
Composer浏览器
composer create-project -s dev moell/webim
or服务器
git clone https://github.com/moell-peng/webim.git composer install
cd ./webim php webim_server.php
cd ./public php -S localhost:8000
浏览器访问 localhost:8000 便可进入聊天composer
MIT学习