# AppServer **Repository Path**: weizu_cool/app-server ## Basic Information - **Project Name**: AppServer - **Description**: APP启动一个httpServer,就能简单通过局域网通信。局域网内文件共享或个人站点搭建都可以试试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-13 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1. 背景 闲置手机使用起来,作为一个server。 # 2. 调研 改造路子: 1. 刷入linux,可真实刷入,也可安装linux模拟App; 2. 使用开源项目,启动App为启动一个Http Server; 采用方案2,因刷机或模拟环境都比较麻烦,故考虑使用开源库[AndServer](https://gitee.com/chiyee/AndServer?_from=gitee_search)。 # 3. 实践