#1053212 RFP: slweb -- small and lightweight web framework

Package:
wnpp
Source:
wnpp
Submitter:
Xavier Del Campo Romero
Date:
2025-11-29 16:53:41 UTC
Severity:
normal
#1053212#5
Date:
2023-09-29 11:23:31 UTC
From:
To:
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 .