Sign inSign up

akrava/web-framework

By akrava

•Updated about 7 years ago

Simple web framework on c++ designed to easily create web pages, etc

Image
0

10K+

akrava/web-framework repository overview

Build Status Build status Docker Pulls Coverity Scan Build Status Documentation GitHub License

⁠How to use

⁠1. Pre-install

Install mustache⁠ and nlohmann_json⁠ (it also may require boost or other libraries)

⁠2. Install
 $ mkdir build
 $ cd build
 $ cmake ..
 $ make
 $ make install
⁠3. Using
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)

⁠Examples

See here⁠

Deployed demo-site could be found here⁠

⁠Documentation

see documentation: online⁠ | pdf⁠

⁠Docker image

see here⁠

Tag summary

Content type

Image

Digest

Size

306.6 MB

Last updated

about 7 years ago

docker pull akrava/web-framework