workman

上传者: 42112658 | 上传时间: 2023-03-08 22:22:23 | 文件大小: 137KB | 文件类型: ZIP
PHP
GatewayWorker Windows版本 GatewayWorker基于开发的一个项目框架,用于快速开发长连接应用程序,例如app推送服务端,即时IM服务端,游戏服务端,物联网,智能家居等。 网关进程负责维持客户端连接,并转发客户端的数据给Worker进程处理; Worker进程负责处理实际的业务逻辑,并导致结果推送给对应的客户端。Gateway服务和Worker服务可以分开部署在不同的服务器上,实现多样化分配。 GatewayWorker提供非常方便的API,可以双向广播数据,可以向某个人群广播数据,也可以向某个特定客户端推送数据。配合Workerman的计时器,也可以定时推送数据。 GatewayWorker Linux版本 Linux版本GatewayWorker在这里 启动 双击start_for_win.bat 应用程序\您的应用程序测试方法 使用telnet命令测试(

文件下载

资源详情

[{"title":"( 78 个子文件 137KB ) workman","children":[{"title":"workman-master","children":[{"title":"start_for_win.bat <span style='color:#111;'> 175B </span>","children":null,"spread":false},{"title":"Applications","children":[{"title":"YourApp","children":[{"title":"start_businessworker.php <span style='color:#111;'> 994B </span>","children":null,"spread":false},{"title":"start_gateway.php <span style='color:#111;'> 2.02KB </span>","children":null,"spread":false},{"title":"Events.php <span style='color:#111;'> 2.69KB </span>","children":null,"spread":false},{"title":"start_websocket.php <span style='color:#111;'> 2.04KB </span>","children":null,"spread":false},{"title":"start_register.php <span style='color:#111;'> 751B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"start.php <span style='color:#111;'> 857B </span>","children":null,"spread":false},{"title":"composer.json <span style='color:#111;'> 260B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 1.74KB </span>","children":null,"spread":false},{"title":"vendor","children":[{"title":"workerman","children":[{"title":"gateway-worker","children":[{"title":".gitignore <span style='color:#111;'> 35B </span>","children":null,"spread":false},{"title":"src","children":[{"title":"Lib","children":[{"title":"Db.php <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"Gateway.php <span style='color:#111;'> 46.97KB </span>","children":null,"spread":false},{"title":"DbConnection.php <span style='color:#111;'> 41.75KB </span>","children":null,"spread":false},{"title":"Context.php <span style='color:#111;'> 2.82KB </span>","children":null,"spread":false}],"spread":true},{"title":"Gateway.php <span style='color:#111;'> 38.66KB </span>","children":null,"spread":false},{"title":"BusinessWorker.php <span style='color:#111;'> 17.82KB </span>","children":null,"spread":false},{"title":"Register.php <span style='color:#111;'> 5.63KB </span>","children":null,"spread":false},{"title":"Protocols","children":[{"title":"GatewayProtocol.php <span style='color:#111;'> 6.14KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"composer.json <span style='color:#111;'> 298B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 1.78KB </span>","children":null,"spread":false},{"title":"MIT-LICENSE.txt <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false}],"spread":true},{"title":"workerman","children":[{"title":".gitignore <span style='color:#111;'> 51B </span>","children":null,"spread":false},{"title":"Autoloader.php <span style='color:#111;'> 1.81KB </span>","children":null,"spread":false},{"title":"Worker.php <span style='color:#111;'> 79.47KB </span>","children":null,"spread":false},{"title":"Lib","children":[{"title":"Timer.php <span style='color:#111;'> 667B </span>","children":null,"spread":false},{"title":"Constants.php <span style='color:#111;'> 1.26KB </span>","children":null,"spread":false}],"spread":true},{"title":"Timer.php <span style='color:#111;'> 5.39KB </span>","children":null,"spread":false},{"title":"composer.json <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 7.47KB </span>","children":null,"spread":false},{"title":"Events","children":[{"title":"EventInterface.php <span style='color:#111;'> 1.80KB </span>","children":null,"spread":false},{"title":"Select.php <span style='color:#111;'> 9.79KB </span>","children":null,"spread":false},{"title":"Ev.php <span style='color:#111;'> 4.99KB </span>","children":null,"spread":false},{"title":"Swoole.php <span style='color:#111;'> 6.94KB </span>","children":null,"spread":false},{"title":"Libevent.php <span style='color:#111;'> 6.00KB </span>","children":null,"spread":false},{"title":"Event.php <span style='color:#111;'> 5.47KB </span>","children":null,"spread":false},{"title":"React","children":[{"title":"ExtLibEventLoop.php <span style='color:#111;'> 731B </span>","children":null,"spread":false},{"title":"ExtEventLoop.php <span style='color:#111;'> 686B </span>","children":null,"spread":false},{"title":"Base.php <span style='color:#111;'> 6.38KB </span>","children":null,"spread":false},{"title":"StreamSelectLoop.php <span style='color:#111;'> 697B </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"Connection","children":[{"title":"ConnectionInterface.php <span style='color:#111;'> 2.32KB </span>","children":null,"spread":false},{"title":"UdpConnection.php <span style='color:#111;'> 3.97KB </span>","children":null,"spread":false},{"title":"AsyncTcpConnection.php <span style='color:#111;'> 11.46KB </span>","children":null,"spread":false},{"title":"TcpConnection.php <span style='color:#111;'> 26.12KB </span>","children":null,"spread":false},{"title":"AsyncUdpConnection.php <span style='color:#111;'> 5.67KB </span>","children":null,"spread":false}],"spread":false},{"title":"MIT-LICENSE.txt <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false},{"title":"Protocols","children":[{"title":"Http","children":[{"title":"Chunk.php <span style='color:#111;'> 980B </span>","children":null,"spread":false},{"title":"mime.types <span style='color:#111;'> 3.91KB </span>","children":null,"spread":false},{"title":"Response.php <span style='color:#111;'> 11.32KB </span>","children":null,"spread":false},{"title":"Session.php <span style='color:#111;'> 7.28KB </span>","children":null,"spread":false},{"title":"Session","children":[{"title":"RedisSessionHandler.php <span style='color:#111;'> 2.74KB </span>","children":null,"spread":false},{"title":"FileSessionHandler.php <span style='color:#111;'> 3.57KB </span>","children":null,"spread":false}],"spread":false},{"title":"ServerSentEvents.php <span style='color:#111;'> 1.57KB </span>","children":null,"spread":false},{"title":"Request.php <span style='color:#111;'> 16.42KB </span>","children":null,"spread":false}],"spread":false},{"title":"ProtocolInterface.php <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"Frame.php <span style='color:#111;'> 1.36KB </span>","children":null,"spread":false},{"title":"Text.php <span style='color:#111;'> 1.71KB </span>","children":null,"spread":false},{"title":"Http.php <span style='color:#111;'> 10.04KB </span>","children":null,"spread":false},{"title":"Ws.php <span style='color:#111;'> 18.14KB </span>","children":null,"spread":false},{"title":"Websocket.php <span style='color:#111;'> 20.17KB </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":true},{"title":"composer","children":[{"title":"InstalledVersions.php <span style='color:#111;'> 3.65KB </span>","children":null,"spread":false},{"title":"ClassLoader.php <span style='color:#111;'> 13.16KB </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"installed.json <span style='color:#111;'> 3.65KB </span>","children":null,"spread":false},{"title":"autoload_classmap.php <span style='color:#111;'> 232B </span>","children":null,"spread":false},{"title":"autoload_namespaces.php <span style='color:#111;'> 149B </span>","children":null,"spread":false},{"title":"platform_check.php <span style='color:#111;'> 925B </span>","children":null,"spread":false},{"title":"autoload_psr4.php <span style='color:#111;'> 286B </span>","children":null,"spread":false},{"title":"installed.php <span style='color:#111;'> 891B </span>","children":null,"spread":false},{"title":"autoload_real.php <span style='color:#111;'> 1.83KB </span>","children":null,"spread":false},{"title":"autoload_static.php <span style='color:#111;'> 1.24KB </span>","children":null,"spread":false}],"spread":false},{"title":"autoload.php <span style='color:#111;'> 178B </span>","children":null,"spread":false}],"spread":true},{"title":".idea","children":[{"title":"GatewayWorker.iml <span style='color:#111;'> 519B </span>","children":null,"spread":false},{"title":"misc.xml <span style='color:#111;'> 174B </span>","children":null,"spread":false},{"title":"php.xml <span style='color:#111;'> 354B </span>","children":null,"spread":false},{"title":"workspace.xml <span style='color:#111;'> 16.24KB </span>","children":null,"spread":false},{"title":"vcs.xml <span style='color:#111;'> 180B </span>","children":null,"spread":false},{"title":"modules.xml <span style='color:#111;'> 278B </span>","children":null,"spread":false}],"spread":true},{"title":"MIT-LICENSE.txt <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明