C and C++ web framework.
http://rapida.vilor.one/docs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
904 B
904 B
Rapida
Rapida is the C and C++ web framework based on FastCGI protocol.
Dependencies
- libfcgi
- doxygen (to make docs)
- catch2 (to run tests)
Extensions
- inja (template rendering, requires nlohmann/json)
Building
You need:
- GNU Make
- C compiler with C99 support
- C++ compiler with C++98 and C++17 support
Run make help
to see targets, flags and arguments.
Examples
See examples.
License
GPLv3 or later. See full text in the COPYING file or in GNU website: https://www.gnu.org/licenses/gpl-3.0-standalone.html