diff options
Diffstat (limited to 'development/cppcms/README')
-rw-r--r-- | development/cppcms/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/cppcms/README b/development/cppcms/README new file mode 100644 index 0000000000..c3ceb59db0 --- /dev/null +++ b/development/cppcms/README @@ -0,0 +1,12 @@ +CppCMS High Performance C++ Web Framework + +CppCMS is a Free High Performance Web Development Framework (not a CMS) +aimed for Rapid Web Application Development. It differs from most of +other web development frameworks like: Python Django, Java Servlets in +following: + + It is designed and tuned to handle extremely high loads. + It uses modern C++ as primary development language in order to + achieve first goal. + It is aimed on development of Web Sites rather then "GUI Like" + web applications. |