slweb is a small and lightweight web framework library written in C99 plus POSIX.1-2008 extensions which allows aplications to write web applications. It has few dependencies: - A POSIX.1-2008 environment. - dynstr (provided as a git submodule). License: AGPLv3-or-later URL: https://gitea.privatedns.org/xavi/slweb Additional notes: slweb is already used by slcl, a small and lightweight web file server (aka "cloud"), also written in C99 plus POSIX.1-2008 extensions: https://gitea.privatedns.org/xavi/slcl .