Skip to content

Commit

Permalink
Added Catalyst and Jifty core branches info. Added more frameworks su…
Browse files Browse the repository at this point in the history
…ch as Web::Simple and WebNano
  • Loading branch information
miyagawa committed Mar 18, 2010
1 parent 4f04e96 commit 41ab589
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions index.html
Expand Up @@ -96,7 +96,9 @@ <h2 id="frameworks">Frameworks</h2>

<dl>
<dt><a href="http://www.catalystframework.org/">Catalyst</a></dt>
<dd>Catalyst is one of the most popular web application frameworks in Perl and has a support for PSGI through <a href="http://search.cpan.org/dist/Catalyst-Engine-PSGI">Catalyst::Engine::PSGI</a>.</dd>
<dd>Catalyst is one of the most popular web application frameworks in Perl and has a support for PSGI through <a href="http://search.cpan.org/dist/Catalyst-Engine-PSGI">Catalyst::Engine::PSGI</a>. There's also <a href="http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Runtime/5.80/branches/psgi/">psgi branch</a> on Catalyst core to use PSGI by default.</dd>
<dt><a href="http://jifty.org/">Jifty</a></dt>
<dd>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 <a href="http://lists.bestpractical.com/pipermail/jifty-devel/2010-February/002291.html">on plack-rebased branch</a>.</dd>
<dt><a href="http://cgi-app.org/">CGI::Application</a></dt>
<dd>CGI::Application is a CGI.pm-based lightweight web framework. Any CGI::Application based applications can run as a PSGI application using <a href="http://search.cpan.org/dist/CGI-PSGI">CGI::PSGI</a> and <a href="http://search.cpan.org/dist/CGI-Application-PSGI">CGI::Application::PSGI</a>.</dd>
<dt><a href="http://search.cpan.org/dist/HTTP-Engine">HTTP::Engine</a></dt>
Expand All @@ -115,13 +117,8 @@ <h2 id="frameworks">Frameworks</h2>
<dd>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.</dd>
<dt><a href="http://mojolicious.org/">Mojolicious</a></dt>
<dd>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.</dd>
<!-- dt><a href="http://github.com/dann/angelos">Angelos</a></dt>
<dt><a href="http://github.com/typester/ark-perl">Ark</a></dt>
<dt><a href="http://github.com/spiritloose/Schenker">Schenker</a></dt>
<dt><a href="http://github.com/yusukebe/Noe">Noe</a></dt>
<dt><a href="http://github.com/nekokak/p5-Kamui">Kamui</a></dt -->

</dt>
<dt>Other frameworks</dt>
<dd>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: <a href="http://search.cpan.org/dist/Web-Simple">Web::Simple</a>, <a href="http://github.com/dann/angelos">Angelos</a>, <a href="http://github.com/typester/ark-perl">Ark</a>, <a href="http://github.com/spiritloose/Schenker">Schenker</a>, <a href="http://github.com/yusukebe/Noe">Noe</a>, <a href="http://github.com/nekokak/p5-Kamui">Kamui</a> and <a href="http://github.com/zby/WebNano">WebNano</a>.</dd>

<h2 id="applications">Applications</h2>

Expand Down

0 comments on commit 41ab589

Please sign in to comment.