| Original author(s) | Artyom Beilis |
|---|---|
| Initial release | 0.0.2 / Released January 2009 |
| Stable release | 0.0.4 / 2009-02-21 |
| Written in | C++ |
| Operating system | Any Posix-compatible |
| Type | Web application framework |
| License | GNU Lesser General Public License |
| Website | cppcms.sourceforge.net |
CppCMS is an open source web application framework for the C++ programming language developed by Artyom Beilis. It is one of very few[1] web frameworks for C++. The primary goal of CppCMS is building performance-demanding web applications. It may also be used for embedded web applications for consumer devices (such as administration consoles for routers, smart devices, etc.) The library is available under LGPL license and currently targets posix-compatible platforms.
Unlike what the framework's name suggests, it is not a content management system.
Contents |
Major Features
- A variety of web server APIs – FastCGI, SCGI, CGI
- Support of various concurrency models: cooperative (single thread), thread pool, prefork
- Separation of content and layout with a powerful template engine
- Inheritance of web templates
- Cache framework with trigger-based and timeout-based invalidation
- Form processing and validation
- Internationalization and localization, including support of right-to-left languages.
- Session state management via different backends: encrypted cookies, files, cache, database and distributed solutions.
References
See also
External links
|
||||||||||||||||||||||||||||||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)




