Jelajahi Sumber

ChatDemo 更名为 Demo

liangl 11 tahun lalu
induk
melakukan
82f95f0560

+ 0 - 0
applications/ChatDemo/Bootstrap/BusinessWorker.php → applications/Demo/Bootstrap/BusinessWorker.php


+ 0 - 0
applications/ChatDemo/Bootstrap/Gateway.php → applications/Demo/Bootstrap/Gateway.php


+ 0 - 0
applications/ChatDemo/Config/Store.php → applications/Demo/Config/Store.php


+ 0 - 0
applications/ChatDemo/Event.php → applications/Demo/Event.php


+ 0 - 0
applications/ChatDemo/Lib/Autoloader.php → applications/Demo/Lib/Autoloader.php


+ 0 - 0
applications/ChatDemo/Lib/Context.php → applications/Demo/Lib/Context.php


+ 0 - 0
applications/ChatDemo/Lib/Gateway.php → applications/Demo/Lib/Gateway.php


+ 0 - 0
applications/ChatDemo/Lib/StatisticClient.php → applications/Demo/Lib/StatisticClient.php


+ 0 - 0
applications/ChatDemo/Lib/Store.php → applications/Demo/Lib/Store.php


+ 0 - 0
applications/ChatDemo/Lib/StoreDriver/File.php → applications/Demo/Lib/StoreDriver/File.php


+ 0 - 0
applications/ChatDemo/Protocols/GatewayProtocol.php → applications/Demo/Protocols/GatewayProtocol.php


+ 0 - 0
applications/ChatDemo/Protocols/JsonProtocol.php → applications/Demo/Protocols/JsonProtocol.php


+ 0 - 0
applications/ChatDemo/Protocols/TextProtocol.php → applications/Demo/Protocols/TextProtocol.php


+ 0 - 0
applications/ChatDemo/Protocols/WebSocket.php → applications/Demo/Protocols/WebSocket.php


+ 0 - 0
applications/ChatDemo/README.md → applications/Demo/README.md


+ 0 - 0
applications/ChatDemo/Tests/Chat.php → applications/Demo/Tests/Chat.php


+ 1 - 1
workerman/conf/conf.d/BusinessWorker.conf

@@ -1,5 +1,5 @@
 ;业务进程入口文件
-worker_file = ../applications/ChatDemo/Bootstrap/BusinessWorker.php
+worker_file = ../applications/Demo/Bootstrap/BusinessWorker.php
 ;传输层协议 ip 及端口
 listen = tcp://0.0.0.0:8483
 ;启动多少服务进程

+ 1 - 1
workerman/conf/conf.d/Gateway.conf

@@ -1,5 +1,5 @@
 ;进程入口文件
-worker_file = ../applications/ChatDemo/Bootstrap/Gateway.php
+worker_file = ../applications/Demo/Bootstrap/Gateway.php
 
 ;传输层协议及监听的ip端口
 listen = tcp://0.0.0.0:8480