CppCMS is an open-source web application framework for the C++ programming language developed by Artyom Beilis. The primary goal of CppCMS is building performance-demanding web applications. It may also be used for Embedded system web applications for consumer devices (such as administration consoles for routers, or ). The library is available under MIT License license. It currently targets POSIX-compatible platforms as well as Microsoft Windows.
Despite what the name suggests, it is not a content management system.
Major features
-
A variety of web server – FastCGI, SCGI, HTTP
-
Support of various concurrency models: cooperative (single thread), thread pool, prefork
-
Separation of content and layout with a powerful Web template engine
-
Inheritance of web templates
-
Cache framework with trigger-based and timeout-based invalidation
-
Support of Ajax and Comet programming
[ CppCMS meets Comet]
-
Form processing and validation
-
Session state management via different backends: encrypted HTTP cookie, files, cache, database and distributed solutions.
-
Internationalization and localization,
[ August Penguin conference, Boost.Locale] including support of right-to-left languages. CppCMS contributed its localization module to the Boost project.[ What is Boost.Locale? - Boost.Locale Tutorials]
See also
-
Comparison of web frameworks
-
Poco
-
Wt
External links