Blog

Why does Amon2 generates .psgi file, but Mojolicious does not generate it?

Amon2 は Plack/PSGI のツールチェーンを利用した開発を推奨し、CPAN を使いこなした開発を行うことを目標においています。

一方、Mojolicious の場合は、すべてを内包し、サーバースクリプトなども用意する方針だからです。 (Plack の上で動かすことも勿論可能ですが、それはメインではなくサブだとおもう)

【in English】 Amon2 loves CPAN toolchain includes Plack, PSGI, etc. Then, there is no reason to support .psgi style.

But Mojolicous is all in one style distribution. It contains http server, etc. It can use without Plack or something. (Mojolicious application can run on Plack, of course)