summaryrefslogtreecommitdiffstats
path: root/development/cppcms/README
diff options
context:
space:
mode:
author Asaf Ohaion2012-04-20 22:08:48 +0200
committer dsomero2012-04-20 22:08:48 +0200
commit4bf6482881353042de5c1a01d11a7dd829cb9df5 (patch)
tree7e12b79eb5dc3566812be915599c6e3ddee5ad43 /development/cppcms/README
parente0f8d069f623be5d5c4a668f975c43ce927af09e (diff)
downloadslackbuilds-4bf6482881353042de5c1a01d11a7dd829cb9df5.tar.gz
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/README12
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.