]> Dogcows Code - chaz/talk-introduction-to-psgi/blob - abstract.txt
fix up for presentation
[chaz/talk-introduction-to-psgi] / abstract.txt
1 If you write web apps in Perl (perhaps using Catalyst, Mojolicious, Dancer, or
2 one of the other great web frameworks), you are probably already using PSGI,
3 but do you understand how it works and why PSGI is so amazing? You should! If
4 you still write web apps using CGI, then there are many reasons why you should
5 create your next project using a PSGI-compatible web framework.
6
7 PSGI is a specification, like CGI, that describes how web apps and web servers
8 can communicate. It stands for Perl web Server Gateway Interface, and the
9 first version of the specification was published to the CPAN on Oct 13, 2009.
10
11 This talk will go over:
12 * what PSGI is and how it works,
13 * how it differs and is better than CGI,
14 * what makes it so cool,
15 * and how you can use it to do awesome things.
16
17 You'll get the most out of this talk if you already know Perl and use it to
18 build web applications.
This page took 0.028412 seconds and 4 git commands to generate.