# f4engine **Repository Path**: liangboceo/f4engine ## Basic Information - **Project Name**: f4engine - **Description**: 游戏服务端引擎、采用swoole和tp重构版本进行开发 融合了tp的工具集,又保留了tp的工具和路由 直接根目录启动服务,项目采用swoole启动 目前已经完成的是http那块的rpc服务,即将完成socket那边的主推、entity、cache、orm 本项目旨在让会tp的人熟悉游戏的开发流程和业务、让更多的web开发者熟悉swoole阶段的网路开发! - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-01-07 - **Last Updated**: 2021-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # f4engine #### 介绍 游戏服务端引擎、采用swoole和tp重构版本进行开发 融合了tp的工具集,又保留了tp的工具和路由 直接根目录启动服务,项目采用swoole启动 目前已经完成的是http那块的rpc服务,即将完成socket那边的主推、entity、cache、orm 本项目旨在让会tp的人熟悉游戏的开发流程和业务、让更多的web开发者熟悉swoole阶段的网路开发! #### 软件架构 1、http部分采用tp3.2.4进行封装 2、进程采用swoole进行驱动 #### 安装教程 1. 安装swoole扩展 pecl install swoole 2. 根目录下运行 php start_web.php 启动 3. 访问9501端口,可自行修改端口 #### 参与贡献 1. Fork 本仓库