# BeastSimpleHttpServer **Repository Path**: topyunp/beast-simple-http-server ## Basic Information - **Project Name**: BeastSimpleHttpServer - **Description**: 使用 boost::beast 写 web 应用 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-31 - **Last Updated**: 2024-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Build boost 1. Download boost from https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.gz 2. Decompress it 3. Build and install ```shell ./bootstrap.sh ./b2 ./b2 install ```