cppcms

High-performance C++ web development framework for building scalable web applications

brewmacoslinux
Try with needOr install directly
Source

About

Free High Performance Web Development Framework

Commands

cppcms

Examples

Create a new CppCMS project with basic configuration$ cppcms_make --project myapp --template default
Start a CppCMS web application server on port 8080$ cppcms_run_app -c config.js -p 8080
Compile and build a CppCMS application$ cmake . && make && ./myapp -c app_config.js