C++ Web framework

作者說速度比Golang快

https://github.com/ipkn/crowarrow-up-right

安裝步驟

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-opensslarrow-up-right

https://stackoverflow.com/questions/24173330/cmake-is-not-able-to-find-boost-librariesarrow-up-right

Last updated