# ComputerNetwork-ProxyServer **Repository Path**: class-project/ComputerNetwork-ProxyServer ## Basic Information - **Project Name**: ComputerNetwork-ProxyServer - **Description**: 计算机网络课,套接字编程Web代理服务器Proxy - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-12 - **Last Updated**: 2023-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python ## README # 计算机网络-套接字编程Web代理服务器
## 一,环境 ```shell pip install -r requirements.txt ``` ## 二,运行 - 只运行proxy服务器 ```shell python run_proxy.py ``` - 多线程测试 ```shell python run_threads.py ```