Framework Ultimatum: A Lean and Efficient Zero-Dependency Web Framework for Perl
Find a file
2025-04-29 09:14:44 +02:00
c json_parse()/pgtypes: Fix accidental creation of read-only array/hash values 2025-04-28 10:23:51 +02:00
FU MultipartFormData: Bunch of parser fixes 2025-04-29 09:14:44 +02:00
t MultipartFormData: Bunch of parser fixes 2025-04-29 09:14:44 +02:00
.gitignore Init 2025-01-26 15:32:47 +01:00
bench.PL Some test portability fixes again + minor changes 2025-03-02 10:10:35 +01:00
ChangeLog Version 0.5 2025-04-24 14:16:17 +02:00
COPYING FU: Revert integration with XMLWriter & import options; copyright stuff 2025-02-20 08:46:03 +01:00
FU.pm FU: Add fu->log_verbose() + include request body in error logs 2025-04-27 11:17:54 +02:00
FU.xs json_parse()/pgtypes: Fix accidental creation of read-only array/hash values 2025-04-28 10:23:51 +02:00
Makefile.PL Version 0.5 2025-04-24 14:16:17 +02:00
MANIFEST.SKIP jsonfmt: Fix threading support + memory leak bug 2025-01-28 19:20:46 +01:00
README.md Version 0.5 2025-04-24 14:16:17 +02:00

FU - A Lean and Efficient Zero-Dependency Web Framework

FU (Framework Ultimatum) is a web development framework for Perl and a collection of handy utility modules.

Website: More information @ dev.yorhel.nl/fu.

Contributing: Refer to my contribution guidelines.

Project Status

EXPERIMENTAL; expect breaking changes.

Build & Install

perl Makefile.PL
make
make install

Project ideas

Things that may or may not happen:

  • FU::JSON - JSON::{XS,PP,etc}-compatible wrapper around FU::Util's JSON functions? I prolly won't need this myself, but could be handy.
  • FU::DBI - DBI wrapper with a FU::Pg-like API, for easier integration into FU.

License

MIT.