Michael Hixson 3726ca1153 Don't restrict cppcms-direct requests to localhost (#3201) преди 7 години
..
src 9e6d303975 Added framework cppcms. (#3173) преди 7 години
.gitignore 9e6d303975 Added framework cppcms. (#3173) преди 7 години
Makefile 9e6d303975 Added framework cppcms. (#3173) преди 7 години
README.md 9e6d303975 Added framework cppcms. (#3173) преди 7 години
benchmark_config.json 9e6d303975 Added framework cppcms. (#3173) преди 7 години
config.js.tpl 9e6d303975 Added framework cppcms. (#3173) преди 7 години
nginx.conf 9e6d303975 Added framework cppcms. (#3173) преди 7 години
setup-direct-mysql.sh 9e6d303975 Added framework cppcms. (#3173) преди 7 години
setup-nginx-mysql.sh 9e6d303975 Added framework cppcms. (#3173) преди 7 години
setup-nginx-postgresql.sh 9e6d303975 Added framework cppcms. (#3173) преди 7 години
setup.sh 3726ca1153 Don't restrict cppcms-direct requests to localhost (#3201) преди 7 години

README.md

CppCMS framework

All Test are implemented.

What is CppCMS

CppCMS is a Free High-Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development. It differs from most other web development frameworks like Python Django, Java Servlets in the following ways:

  • It is designed and tuned to handle extremely high loads.
  • It uses modern C++ as the primary development language in order to achieve the first goal.
  • It is designed for developing both Web Sites and Web Services.

It is available under open source LGPLv3 license and alternative Commercial License for users who need an alternative license for proprietary software development. (From homepage)

Problems/DOTO

  • Test PostgreSQL
  • Test 7 CachedWorld uses normal worlds table
  • Fix direct conection WARNING: Required response size header missing, please include either "Content-Length" or "Transfer-Encoding"

Links

Homepage