开发者

Is there an equivalent of Bottle or Sinatra for Perl6 or Perl5? [closed]

Closed. This question is seeking recommendations fo开发者_StackOverflowr books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

I'm making a decision today about something. Is there a simple web framework like python's Bottle, or Ruby's Sinatra, for perl5 | perl6 ?

If so, where would I find it?


Dancer comes very close and aims to be Sinatra for Perl.

Mojolicious::Lite is another very simple approach on web development.


For Perl 5 there exists a lot of Frameworks:

  • Catalyst
  • Dancer
  • Mojolicious
  • Jifty

There are a lot more. What you also want to look at is at PSGI/Plack. PSGI is a general interface for communication between web servers and perl web frameworks. Plack is an implementation of it. One of the most used Framework at the moment is probably Catalyst. On the Plack page you found a lot more web frameworks.


Bailador and Cro are two quite advanced microservices frameworks in Perl 6.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜