Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaeljusto/webplus
Tiny WEB framework
https://github.com/rafaeljusto/webplus
Last synced: about 9 hours ago
JSON representation
Tiny WEB framework
- Host: GitHub
- URL: https://github.com/rafaeljusto/webplus
- Owner: rafaeljusto
- License: gpl-3.0
- Created: 2011-11-10T11:38:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-10T19:54:30.000Z (over 12 years ago)
- Last Synced: 2024-05-01T20:39:44.669Z (7 months ago)
- Language: C++
- Homepage:
- Size: 344 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 installFor 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 .