diff options
author | Asaf Ohaion <asaf@hadasa-oss.net> | 2012-04-20 16:08:48 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-20 16:08:48 -0400 |
commit | 4bf6482881353042de5c1a01d11a7dd829cb9df5 (patch) | |
tree | 7e12b79eb5dc3566812be915599c6e3ddee5ad43 /development/cppcms/README | |
parent | e0f8d069f623be5d5c4a668f975c43ce927af09e (diff) |
development/cppcms: Added (High Performance C++ Web Framework)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 0000000000000..c3ceb59db07dc --- /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. |