template project for http wangle servers using boost::beast::http for parsing and serialization
brew install folly
git clone https://github.com/facebook/wangle.git
cd wangle/wangle
cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .
make
ctest
sudo make install
sh rename_app.sh {your app name}
sh run_cmake_osx.sh