C++ application development framework, to help developers create and deploy applications very fast and more simple
ULib is a highly optimized class framework for writing C++ applications. I wrote this framework as my tool for writing applications in various contexts. It is a result of many years of work as C++ programmer. I think, in my opinion, that its strongest points are simplicity, efficiency and sophisticate debugging.
ULib is meant as a very light-weight C++ library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uclibc along with posix threading support. For this reason, ULib disables language features that consume memory or introduce runtime overhead, such as rtti and exception handling, and assumes one will mostly be linking applications with other pure C based libraries rather than using the overhead of the standard C++ library and other similar class frameworks.
It include as application example a powerful search engine with relative web interface and a multi purpose server (plugin oriented) which results, out of John Fremlin accurate investigations, to be one of the fastest web application frameworks for serving small dynamic webpages (and also make easier the usage of shell scripts for CGI application)
_tcp
| _ssl
| _ipc
) application server (plugin oriented
)The current version offers the following features :
mod_echo
: echo features.mod_rpc
: generic Remote Procedure Call.mod_http
: core features, static file handler and dynamic page (ULib Servlet Page).mod_ssi
: Server Side Includes support with enhanced #set, direct include and #exec servlet (C/ULib Servlet Page).mod_nocat
: captive portal implementation.mod_proxy
: multi-features reverse proxy with websocket support.mod_tsa
: server side Time Stamp support.mod_soap
: generic SOAP server services support.mod_fcgi
: third-party applications support thru FastCGI interface.mod_scgi
: module that implements the client side of the SCGI protocol (experimental).mod_shib
: web single sign-on support (experimental).mod_geoip
: geolocation support (experimental).mod_stream
: simple streaming support (experimental).mod_socket
: Web Socket application framework (experimental).It is the main software component of city of Florence wireless network
We're hoping to get included in TechEmpower's next round of benchmarks. A pull request has been already issued.
ULib is normally built and installed as a set of shared object libraries and header files. These libraries and headers are installed using directories selected through a "configure" script that has been prepared with automake and autoconf. As such, they should build and install similarly to and in a manner compatible and consistent with most other GNU software. ULib 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 2 of the License, or (at your option) any later version. This program 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 this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Comments and suggestions are welcome.
stefano casazza <stefano.casazza@gmail.com>