# crow-cpp **Repository Path**: aohanhongzhi/crow-cpp ## Basic Information - **Project Name**: crow-cpp - **Description**: crow-cpp 的web框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: https://github.com/CrowCpp/Crow - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-06 - **Last Updated**: 2025-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cpp ## README Crow-Cpp ======== 一定要是C++11以上 # Crow https://crowcpp.org/master/ https://github.com/CrowCpp # 编译运行 cpp开发基础的库安装 ``` sudo apt install libboost-all-dev -y ``` ![alt text](image.png) 不需要安装依赖,已经放了 [crow_all.h](crow_all.h) ,所以直接编译即可。 ``` g++ -std=c++11 main.cpp crow_all.h -lpthread ``` > 注意不要使用gcc执行编译。编译后文件也是真的非常小,只有1.9MB。 运行 ``` ./a.out ``` ![](assets/20240206_130046_image.png) # clion运行 还能debug,非常不错! ![Snipaste_2024-02-06_13-17-25.png](assets%2FSnipaste_2024-02-06_13-17-25.png) # 其他web框架 https://github.com/drogonframework/drogon