workerman chat
1.0.0
A high-performance chat room system that supports distributed deployment developed based on Workerman's GatewayWorker framework.
GatewayWorker framework documentation: http://www.workerman.net/gatewaydoc/
1. git clone https://github.com/walkor/workerman-chat
2. composer install
Start in debug mode
php start.php start
Start as daemon
php start.php start -d
Double-click start_for_win.bat
Notice:
Commands such as stop reload status cannot be used under Windows systems. If you cannot open the page, please try turning off the server firewall.
The browser accesses http://server ip or domain:55151, for example http://127.0.0.1:55151
For more information please visit www.workerman.net