The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "CGI::Application::PSGI"

CGI::Application::PSGI - PSGI Adapter for CGI::Application River stage one • 1 direct dependent • 1 total dependent

CGI::Application::PSGI is a runner to run CGI::Application application as a PSGI application....

MARKSTOS/CGI-Application-PSGI-1.00 - 07 Nov 2009 03:54:23 UTC - Search in distribution

CGI::Application::Emulate::PSGI - a legacy-code-friendly PSGI adapter for CGI::Application River stage one • 1 direct dependent • 1 total dependent

CGI::Application::Emulate::PSGI allows a project based on CGI::Application to run as a PSGI application. Differences from CGI::Application::PSGI are: uses CGI.pm directly instead of CGI::PSGI CGI::Application::PSGI (that uses CGI::PSGI) does not supp...

KAZUHO/CGI-Application-Emulate-PSGI-0.02 - 07 Jan 2010 06:31:52 UTC - Search in distribution

CGI::Application::Dispatch::PSGI - Dispatch requests to CGI::Application based objects using PSGI River stage two • 9 direct dependents • 11 total dependents

This module provides a way to look at the path (as returned by "$env->{PATH_INFO}") of the incoming request, parse off the desired module and its run mode, create an instance of that module and run it. It will translate a URI like this (in a persiste...

MARKSTOS/CGI-Application-Dispatch-3.12 - 14 Sep 2012 01:19:52 UTC - Search in distribution

CGI::Emulate::PSGI - PSGI adapter for CGI River stage two • 18 direct dependents • 59 total dependents

This module allows an application designed for the CGI environment to run in a PSGI environment, and thus on any of the backends that PSGI supports. It works by translating the environment provided by the PSGI specification to one expected by the CGI...

TOKUHIROM/CGI-Emulate-PSGI-0.23 - 08 May 2017 04:45:57 UTC - Search in distribution

Plack::App::WrapCGI - Compiles a CGI script as PSGI application River stage four • 760 direct dependents • 1891 total dependents

Plack::App::WrapCGI compiles a CGI script into a PSGI application using CGI::Compile and CGI::Emulate::PSGI, and runs it with any PSGI server as a PSGI application. See also Plack::App::CGIBin if you have a directory that contains a lot of CGI script...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC - Search in distribution

CGI::PSGI - Adapt CGI.pm to the PSGI protocol River stage two • 11 direct dependents • 35 total dependents

This module is for web application framework developers who currently uses CGI to handle query parameters, and would like for the frameworks to comply with the PSGI protocol. Only slight modifications should be required if the framework is already co...

MIYAGAWA/CGI-PSGI-0.15 - 17 May 2011 21:00:47 UTC - Search in distribution

CGI::Snapp - An almost back-compat fork of CGI::Application River stage one • 6 direct dependents • 8 total dependents

A fork of CGI::Application (later CGI::Application::Dispatch etc) in order to understand how they work in sufficient detail that I can put CGI::Snapp etc into production - *in my own code* - as replacements for those modules. You are *strongly* encou...

RSAVAGE/CGI-Snapp-2.01 - 11 Sep 2016 01:13:27 UTC - Search in distribution

WebNano - A minimalistic PSGI based web framework. River stage one • 2 direct dependents • 2 total dependents

Every WebNano application has at least three parts - the application class, at least one controller class and the app.psgi file (or something else that uses Plack::Runner run the app). The application object is instantiated only once and is used to h...

ZBY/WebNano-0.007 - 19 May 2012 09:04:02 UTC - Search in distribution

Dancer - lightweight yet powerful web application framework River stage three • 214 direct dependents • 218 total dependents

Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. Dancer aims to provide ...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

PSGI - Perl Web Server Gateway Interface Specification River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC - Search in distribution
  • PSGI::FAQ - Frequently Asked Questions and answers

App::Padadoy - Simply deploy PSGI applications River stage zero No dependents

*This is an early preview release, be warned! Design changes are likely, at least until a stable carton 1.0 has been released!* Padadoy is a command line application to facilitate deployment of PSGI applications, inspired by <http://dotcloud.com>. Pa...

VOJ/App-Padadoy-0.125 - 08 May 2012 13:53:12 UTC - Search in distribution

Nile - Android Like Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme. River stage zero No dependents

Nile - Android Like Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme. Beta version, API may change. The project's homepage <https://github.com/mewsoft/Nile>. The main idea in this framework is to separate all the htm...

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC - Search in distribution
  • Nile::App - App base class for the Nile framework.

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

Plasp - PerlScript/ASP River stage zero No dependents

Plasp is CatalystX::ASP, which is a plugin for Catalyst to support ASP (PerlScript) but with Catalyst ripped out. This is largely based off of Joshua Chamas's Apache::ASP, as the application I've been working with was written for Apache::ASP. Thus, t...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC - Search in distribution

perlfaq3 - Programming Tools River stage zero No dependents

This section of the FAQ answers questions related to programmer tools and programming support. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Net::AS2 - AS2 Protocol implementation (RFC 4130) used in Electronic Data Exchange (EDI) River stage one • 1 direct dependent • 1 total dependent

This is a class for handling AS2 (RFC 4130) communication - sending message (optionally sign and encrypt), decoding Message Disposition Notification. Receiving message and produce corresponding Message Disposition Notification. Protocol Introduction ...

AJM/Net-AS2-1.0111 - 20 Dec 2023 22:42:42 UTC - Search in distribution

pgxn_site_server - The PGXN API server River stage zero No dependents

This is the PGXN main site PSGI server. It automatically figures out the environment it is run in, and runs your application in that environment. "FastCGI", "CGI", "AnyEvent" and others can all be detected. See Plack::Loader for the authoritative lis...

DWHEELER/PGXN-Site-v0.23.7 - 22 Feb 2024 20:51:11 UTC - Search in distribution

Squatting - A Camping-inspired Web Microframework for Perl River stage one • 7 direct dependents • 7 total dependents

Squatting is a web microframework based on Camping. It originally used Continuity as its foundation, but it has since been generalized such that it can squat on top of any Perl-based web framework (in theory). What does this mean? Concise API _why di...

BEPPU/Squatting-0.83 - 20 Feb 2014 03:16:20 UTC - Search in distribution

pgxn_api_server - The PGXN API server River stage zero No dependents

This is the PGXN API PSGI server. It automatically figures out the environment it is run in, and runs your application in that environment. "FastCGI", "CGI", "AnyEvent" and others can all be detected. See Plack::Loader for the authoritative list....

DWHEELER/PGXN-API-v0.20.2 - 14 Mar 2024 23:07:56 UTC - Search in distribution

Mojolicious - Real-time web framework River stage four • 943 direct dependents • 1041 total dependents

An amazing real-time web framework built on top of the powerful Mojo web development toolkit. With support for RESTful routes, plugins, commands, Perl-ish templates, content negotiation, session management, form validation, testing framework, static ...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution
76 results (0.096 seconds)