Welcome to RESTBridge, a C++ library that provides a simple way to expose a REST interface in a C++ application.
Please file a Bug Report if you find any other issue with this release.
git clone https://github.com/BlueBrain/RESTBridge.git
cd RESTBridge
mkdir Build
cd Build
cmake ..
make