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學習