What is [CppCMS](http://cppcms.sf.net/)? It is C++ Web Development Framework aimed for [Rapid](http://en.wikipedia.org/wiki/Rapid_application_development) Web Application Development. It differs from most of other web development frameworks like Django, RoR, Asp.Net in following: |
What is [CppCMS](http://cppcms.sf.net/)? CppCMS is C++ Web Development Framework aimed for [Rapid](http://en.wikipedia.org/wiki/Rapid_application_development) Web Application Development. It differs from most of other web development frameworks like: Python Django, Java Servlets or C++ Wt in following: |
|
1. It is designed to handle extremely high loads. |
1. It is designed and tuned to handle extremely high loads. |
2. It uses modern C++ as development language in order to achieve first goal. |
3. You is aimed on development of Web Sites rather then "GUI Like" web applications. |
|
See "[Rationale](/wiki/en/page/rationale)" for further explanations. |
|
## Documentation |
|
### Tutorials |
|
- [Hello World](/wiki/en/page/tut_hello_world) |
- [Design Your URLS](/wiki/en/page/tut_urls) |
- [First Templates](/wiki/en/page/tut_templates) |
- [Add SQL — DbiXX](/wiki/en/page/tut_dbixx) |
- [Start With Forms](/wiki/en/page/tut_forms) |
- [Let's cache it](/wiki/en/page/tut_cache) |
- [Internationalization](/wiki/en/page/tut_i18n) |
- Hello World |
- Design Your URLS |
- First Templates |
- Add SQL — DbiXX |
- Start With Forms |
- Let's cache it |
- Internationalization |
|
### Referrence |
|
- [General Framework API](/wiki/en/page/ref_api_gen) |
- [Application Class](/wiki/en/page/ref_application_class) |
- [Templates System](/wiki/en/page/ref_templates) |
- [SQL Layer — DbiXX](/wiki/en/page/ref_dbixx) |
- [CppCMS Configurations](/wiki/en/page/ref_dbixx) |
- General Framework API |
- Application Class |
- Templates System |
- SQL Layer — DbiXX |
- CppCMS Configurations |
|
### Installation |
|
- [CppCMS Framework](/wiki/en/page/inst_cppcms) |
- [DbiXX SQL Library](/wiki/en/page/inst_dbixx) |
- [Wiki++](/wiki/en/page/inst_wiki) |
- CppCMS Framework |
- DbiXX SQL Library |
- Wiki++ |
|
## Project |
|
- [SourceForge Project Page](http://sourceforge.net/projects/cppcms/) |
- [Donwloads](http://sourceforge.net/project/showfiles.php?group_id=209965) |
- [Browse SVN](http://cppcms.svn.sourceforge.net/viewvc/cppcms/) |
- [Subversion Access](http://sourceforge.net/svn/?group_id=209965) |
- [Development Blog](/cppcms/blog) |
|