Simple web framework on c++ designed to easily create web pages, etc
10K+
Install mustache and nlohmann_json (it also may require boost or other libraries)
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install
find_package(akrava_web-server)
find_package(mstch)
find_package(nlohmann_json)
target_link_libraries(${PROJECT_NAME} akrava::akrava_web-server nlohmann_json::nlohmann_json mstch::mstch)
See here
Deployed demo-site could be found here
see documentation: online | pdf
see here
Content type
Image
Digest
Size
306.6 MB
Last updated
about 7 years ago
docker pull akrava/web-framework