# swoole_http_server_multi_async **Repository Path**: wyne2017/swoole_http_server_multi_async ## Basic Information - **Project Name**: swoole_http_server_multi_async - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # swoole_web_server multi server for swoolePHP7.1+ # 基于swoole的异步多进程http服务程式 * use swoole to create php7.1+ http server * 请使用swoole的PHP版本运行该程式 * use swoole php command to start server ```php swoole_webserver_start.php``` * 可以同时运行多个进程,且让多个进程同源请求和响应,比如开启了两个服务进程端口为8888和8887,对于用户来说分别访问这两个端口时相当于访问同一个服务。