phgeekstuff / wtl

The goal of the project is to build and maintain a high-level abstraction for C/C++ developers to take advantage of all modern standards of web, such as: HTTP, HTML, CSS, JavaScript, SOAP and RESTFull web services, so on. Also, the idea is to provide tools for easy migration of legacy code and apps to web/connected environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Web Template Library Project

Author: Pedro Henrique
Contact: ph.geekstuff@gmail.com
Document Version: 0.1b (for Coimbra Engineering Institute)
Created at: May 7, 2016
GitHub: https://github.com/phgeekstuff/wtl.git

The goal of the project is to build and maintain a high-level abstraction for C/C++ developers to take advantage of all modern standards of web, such as: HTTP, HTML, CSS, JavaScript, SOAP and RESTFul web services, and so on. Also, the idea is to provide tools for easy migration of legacy code and apps to web/connected environment.

Software Requirements Specification: doc/srs.md

Project File Description

Path Description
LICENSE license of the project
README.md this description of the project
wtl/doc docs of the project, best way to start on the project
wtl/srcdoc doc of the src generated on doxygen
wtl main project directory
wtl/include header files
wtl/src source files
wtl/srcdoc doxygen documentation file (wizard file)
wtl/vs2015 visual studio 2015 solution file
wtl/samples code samples of the library

About

The goal of the project is to build and maintain a high-level abstraction for C/C++ developers to take advantage of all modern standards of web, such as: HTTP, HTML, CSS, JavaScript, SOAP and RESTFull web services, so on. Also, the idea is to provide tools for easy migration of legacy code and apps to web/connected environment.

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 76.4%Language:Objective-C 23.6%