Here are the files from my Plack talk. Comm::Express is a Plack handler I wrote to meet the needs of an application at $work.<br><br>Some questions that came up were (and my opinion/answer):<br><br>Q: What's the purpose of plack in relation to existing web frameworks.<br>
A: Allow code written for those frameworks to seamlessly run on any number of servers.<br><br>Q: Why write applications in Plack directly and not in Catalyst/Dancer/Mojo/Web::Simple. <br>A: Not really the Right Thing, just how I roll. Made possible by the existence of Plack::Middleware.<br>
<br>Q: Will Comm::Express be released to CPAN.<br>A: Not planning on it. If you have an application that you think could benefit from it's particular qualities, let me know.<br><br>In addition to HTTPParser::MMAP::XS, I also wrote HTTPParser::XS (very poorly named on both counts) that is just the HTTP streaming/http-parser integration without the MMAP stuff which I find quite useful in my day-to-day duties.<br>
<br>