user

C++ Web Framework (CWF)

Software Development
img No Team Available

Overview

The C++ Web Framework (CWF) is an Open Source web framework, under MIT License, created by Herik Lima and Marcelo Eler, using C++ with Qt to be used in the development of web applications, having been heavily inspired by Java Servlets, JavaServer Pages Standard Tag Library (JSTL), designed to consume few computational resources such as memory and processing and, a low response time for requests while keeping the presentation and the business layer separated through the C++ Server Pages Standard Tag Library (CSTL). Because it is created in Qt, the C++ Web Framework can run on the same platforms supported by Qt: Desktop: Linux, OS X, Windows Embedded and RTOS: Linux, QNX, VxWorks, Windows Mobile: Android, iOS, Windows This web framework consists of a simplified set of classes, only one configuration file, called CPPWeb.ini and a policy of using only C++ and Qt in the development of its components in order to avoid the installation of numerous libraries to avoid conflicts, maintain multiplatform characteristics, facilitate installation and keep the learning curve low in order to make web development as simple as possible, even for beginners.