From 41ab58995f42bc1b4f162edf28c91fe92946c090 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Wed, 17 Mar 2010 17:02:35 -0700 Subject: [PATCH] Added Catalyst and Jifty core branches info. Added more frameworks such as Web::Simple and WebNano --- index.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 1102a03..ab22183 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,9 @@

Frameworks

Catalyst
-
Catalyst is one of the most popular web application frameworks in Perl and has a support for PSGI through Catalyst::Engine::PSGI.
+
Catalyst is one of the most popular web application frameworks in Perl and has a support for PSGI through Catalyst::Engine::PSGI. There's also psgi branch on Catalyst core to use PSGI by default.
+
Jifty
+
Jifty is a full-stack Perl web application framework that comes with continuations, form-based dispatch, ORM and A Pony. Jifty applications are now supposed to run on Plack on plack-rebased branch.
CGI::Application
CGI::Application is a CGI.pm-based lightweight web framework. Any CGI::Application based applications can run as a PSGI application using CGI::PSGI and CGI::Application::PSGI.
HTTP::Engine
@@ -115,13 +117,8 @@

Frameworks

Tatsumaki is a web application framework built on top of Plack and AnyEvent: natively supports non-blocking I/O through psgi.streaming and psgi.nonblocking, non-blocking HTTP clients, long-poll Comet services and server push.
Mojolicious
Mojolicious is Merb and Sinatra inspired web framework and has zero dependencies to non-core Perl modules. It has a native PSGI adapter since 0.999920 on CPAN.
- - - +
Other frameworks
+
There are lots of other individual frameworks that supports PSGI and Plack. Some of them are not available on CPAN but are developed on github: Web::Simple, Angelos, Ark, Schenker, Noe, Kamui and WebNano.

Applications