artyom-beilis / cppcms

CppCMS Framework
Other
443 stars 107 forks source link

Which version of boost is used? Version 1.0? #93

Closed craigtao closed 1 year ago

craigtao commented 1 year ago

Which version of boost is used? Version 1.0?

thanks.

artyom-beilis commented 1 year ago

cppcms does not use boost at all.

It has internal "booster" that has some similarities and some of the code taken from boost but it is build for stable api and it is part of standard CppCMS build. And starting from 2.0 many if its features replaced with C++11 libraries.

craigtao commented 1 year ago

wow! amazing! you are a master.

CppCMS is very interesting because it converts tmpl files containing HTML layouts into cpp files through python scripts: statically compile HTML into native apps

craigtao commented 1 year ago

CppCMS is similar to the .NET platform's webform