Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我今天要决定一件事情。perl5 有没有一个简单的 web 框架,比如 python 的 Bottle 或 Ruby 的 Sinatra?perl6 ?
如果是这样,我在哪里可以找到它?
Dancer非常接近,目标是成为 Perl 的 Sinatra。
Mojolicious::Lite是另一种非常简单的 Web 开发方法。
对于 Perl 5,存在很多框架:
还有很多。您还想看看PSGI/Plack。PSGI是 web 服务器和 perl web 框架之间通信的通用接口。Plack是它的一个实现。目前最常用的框架之一可能是Catalyst。在Plack页面上,您发现了更多的 Web 框架。
Bailador和Cro是 Perl 6 中两个相当先进的微服务框架。