Re: perl6 for web development

2019-09-30 Thread William Michels via perl6-users
Hi, thought I'd chime in here with a good starting point: the modules.perl6.org website. You can search for 'http' or 'web' or 'server', which gives you more results that you might find by using tags: (60 results) https://modules.perl6.org/search/?q=http (44 results) https://modules.perl6.org/sear

Re: perl6 for web development

2019-09-30 Thread Patrick Spek via perl6-users
It's a library for making a web application. One could also make a framework out of it, if they wished to do so. Jonathan has made this distinction in the past, referring to Cro as a library explicitly, as opposed to a framework, as a framework is (usually) highly opinionated. Cro is not. That sa