3 Star 3 Fork 1

Gitee 极速下载/BrowserQuest-PHP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/walkor/BrowserQuest-PHP
克隆/下载
start.php 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
walkor 提交于 7年前 . Update start.php
<?php
/**
* This file is part of workerman.
*
* Licensed under The MIT License
* For full copyright and license information, please see the MIT-LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @author walkor<walkor@workerman.net>
* @copyright walkor<walkor@workerman.net>
* @link http://www.workerman.net/
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
use \Workerman\Worker;
define('GLOBAL_START', true);
// socket服务端文件
require_once __DIR__ . '/start_worker.php';
// web服务
require_once __DIR__ . '/start_web.php';
Worker::runAll();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mirrors/BrowserQuest-PHP.git
git@gitee.com:mirrors/BrowserQuest-PHP.git
mirrors
BrowserQuest-PHP
BrowserQuest-PHP
master

搜索帮助