Michael Hixson 59758bde8f [ci fw-only C++/cppcms] cppcms: remove TE docker dependencies (#3544) 7 years ago
..
src bd4dbe46e6 More cleanup (#3493) 7 years ago
Makefile 9e6d303975 Added framework cppcms. (#3173) 7 years ago
README.md 9e6d303975 Added framework cppcms. (#3173) 7 years ago
benchmark_config.json 535d21fa24 C++/cppcms docker port (#3470) 7 years ago
config-direct-mysql.json 6fce84a278 WIP: Dockerify everything (#3457) 7 years ago
config-nginx-mysql.json 6fce84a278 WIP: Dockerify everything (#3457) 7 years ago
config-nginx-postgresql.json 6fce84a278 WIP: Dockerify everything (#3457) 7 years ago
cppcms-direct.dockerfile 59758bde8f [ci fw-only C++/cppcms] cppcms: remove TE docker dependencies (#3544) 7 years ago
cppcms-postgres.dockerfile 59758bde8f [ci fw-only C++/cppcms] cppcms: remove TE docker dependencies (#3544) 7 years ago
cppcms.dockerfile 59758bde8f [ci fw-only C++/cppcms] cppcms: remove TE docker dependencies (#3544) 7 years ago
nginx.conf 535d21fa24 C++/cppcms docker port (#3470) 7 years ago

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