Tobasa is a collection of small, focused C++ libraries that form the building blocks web‑service applications. Each sub‑project is self‑contained; you can link only the libraries you need.
src/
app_server/ # sample application
ext/ # bundled third-party libs
samples/ # samples projects
tobasa/ # core helpers library
tobasahttp/ # HTTP transport library
tobasaweb/ # Web App framework library
tobasasql/ # SQL abstraction library
tobasalis/ # LIS protocol support library
CMakeLists.txt # top-level CMake project
CMakeDefaults.txt # machine-specific default paths
build/ # out-of-source build directory
_output/ # packaged build result
…
Tobasa uses CMake as the build system. The project is currently tested with MSVC on Windows and GCC on Linux.
- Visual Studio 2017
- Visual Studio 2022
- GCC 9.4.0
- GCC 11.1.0
See build_all.cmd and build_all.sh for example
Tobasa libraries are licensed under the GNU LGPL (Lesser General Public License) Tobasa applications are licensed under the GNU GPL (General Public License).
(See also each subdirectory’s README for detailed information on that module.)
