C++ Web framework
作者說速度比Golang快
安裝步驟
git clone https://github.com/ipkn/crow.git
cd crow
mkdir build
cd build
cmake ..
make
// 之後於amalgamate 資料夾會出crow_all.h
// 要使用這個框架把他include即可
編譯可能出現問題
https://stackoverflow.com/questions/16248775/cmake-not-able-to-find-openssl
https://stackoverflow.com/questions/24173330/cmake-is-not-able-to-find-boost-libraries
Last updated
Was this helpful?