Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaeljusto/webplus

Tiny WEB framework
https://github.com/rafaeljusto/webplus

Last synced: about 9 hours ago
JSON representation

Tiny WEB framework

Awesome Lists containing this project

README

        

WEBplus
=======

**WEBplus** is a C++ web framework.

Prerequisits
------------

* g++ 4.6 -
* python 2.7 -
* scons 2.0 -
* libboost-system-dev 1.4 -
* libboost-test-dev 1.4 -
* libssl-dev 1.0 -
* libcgiplus -
* libdbplus -

The project was compiled using the above compilers and libraries,
higher versions should work well.

Installation
------------

Define the compiler using the CXX environment variable, by default
is used "g++".

# scons
# scons install

For API documentation:

# scons doc

Usage
-----

// TODO

Contact
-------

Rafael Dantas Justo

License
-------

CGIplus Copyright (C) 2012 Rafael Dantas Justo

This file is part of CGIplus.

CGIplus is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

CGIplus is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with CGIplus. If not, see .