mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
1d8b05027d
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
17 lines
648 B
Text
17 lines
648 B
Text
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.
|
|
|
|
If you want to build a static version of CppCMS you have to launch the
|
|
script by passing the STATIC parameter:
|
|
|
|
STATIC=yes ./cppcms.SlackBuild
|