# CPP-SimpleWebServer **Repository Path**: clickto/cpp-simple-web-server ## Basic Information - **Project Name**: CPP-SimpleWebServer - **Description**: 极为简陋的web服务器 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-10-23 - **Last Updated**: 2023-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CPP-SimpleWebServer #### 介绍 极为简陋的web服务器 目的只是为了理解浏览器与服务器通信的原理,难堪大用 代码倾向于可读性,性能无所谓 #### 注意事项 编译之前需修改根目录位置 目前路径在代码中写死,在ClientConnectsHandler.cpp 中: std::string rootPath = "/home/deepin/Desktop/CppWorkspace/WebRoot"; #### 编译方式 g++ -lpthread main.cpp #### 运行方式 sudo ./a.out 服务根路径 端口号