C++ web application programming
CppCMS C++ web application
          Develop and maintain CppCMS C++ web application on FreeBSD. A step-by-step article shows how to create, code, and deploy the CppCMS web application on the production FreeBSD server.
Topics covered:
        
      Topics covered:
- 1.1C++ web application directory- 1.1.1Web application service
- 1.1.2Main application service
 
- 1.2Build CppCMS application
- 1.3Start CppCMS application
- 1.4Application monitoring
C++ web application MVC framework
          Develop a basic C++ web application Model, View, and Controller (MVC) framework. A step-by-step article shows how to create Router, Model, View, and Controller classes for C++ web applications.
Topics covered:
        
      Topics covered:
- 2.1Web application framework
- 2.2Web request and response- 2.2.1URL path segments
- 2.2.2Application request
- 2.2.3Application response
 
- 2.3Application mapper
- 2.4Application server
- 2.5Model, view, and controller- 2.5.1Default MVC classes
- 2.5.2Firm MVC classes
- 2.5.3Store MVC classes
 
- 2.6Website URL routing- 2.6.1Application router
- 2.6.2Web application service
- 2.6.3Main application service
 
- 2.7Build CppCMS application- 2.7.1CMake build setup
- 2.7.2CMake build steps
 
- 2.8Run CppCMS application
