jifty

perl web MVC framework

Install

All systems
curl cmd.cat/jifty.sh
Debian Debian
apt-get install jifty
Ubuntu
apt-get install jifty
Windows (WSL2)
sudo apt-get update sudo apt-get install jifty
Raspbian
apt-get install jifty

jifty

perl web MVC framework

Perl based web framekwork. Jifty offers the following features: DRY (Don't Repeat Yourself) Jifty tries not to make you say things more than once. Full-stack Out of the proverbial box, Jifty comes with one way to do everything you should need to do: One database mapper, one templating system, one web services layer, one AJAX toolkit, one set of handlers for standalone or FastCGI servers. Jifty developers work hard to make all the bits play well together, so you don't have to. Continuations With Jifty, it's easy to let the user go off and do something else, like fill out a wizard, look something up in the help system or go twiddle their preferences and come right back to where they were. Form-based dispatch This is one of the things that Jifty does that we've not seen anywhere else. Jifty owns your form rendering and processing. This means you never need to write form handling logic. All you say is "I want an input for this argument here" and Jifty takes care of the rest. (Even autocomplete and validation) This metapackage provides examples to help you writing application on your desktop. You can use libjifty-perl package alone for running your jifty application on servers.

libjifty-perl

Jifty perl libraries

This package provides perl libraries for Jifty framework. You can use this package alone or with suggested plugins to run your jifty applications on your servers. Use jifty metapackage to add more examples when you write application on your desktop.