Closed karenetheridge closed 3 years ago
This seems to occupy the same niche as Dancer2, minus the Moose heaviness.
I'm intrigued, but also unsure. Are there compelling reasons to advocate Web::Simple over Dancer2?
(Going to kick its tires this weekend and hopefully answer my own question)
Both of them use Moo actually but what it doesn't do is most of the "framework" part. All it does by default is route and dispatch responses to requests.
Oops, you're right, just noticed my mistake and popped back here to edit my post, but you're too fast for me.
Web::Simple is an mst production, which is enough to make me give it a thorough going-over. He consistently publishes useful stuff.
The question I will investigate is: Is there a compelling reason to use Web::Simple as opposed to that subset of Dancer2 which is functionally equivalent to Web::Simple?
Web::Simple has a slightly more powerful dispatch specification interface than Dancer2, and a much smaller mass of module dependencies. Performance seems about the same. Dancer2 of course has a lot more framework'ish features, but that is irrelevant to the proposal.
All in all, a nifty library. It is well documented and easy to use. Kudos to mst.
I support the proposal to add Web::Simple to WebDev.
fixed with #73.
(I vote yes)