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?

Was it helpful?

Solution

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

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

OTHER TIPS

For Perl 5 there exists a lot of Frameworks:

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top