Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chazmcgarvey/talk-introduction-to-psgi

Talk I gave at OpenWest on 2016-07-15
https://github.com/chazmcgarvey/talk-introduction-to-psgi

openwest perl psgi

Last synced: 23 days ago
JSON representation

Talk I gave at OpenWest on 2016-07-15

Awesome Lists containing this project

README

        

# Slides for "Introduction to PSGI"

This directory contains the slides for my talk entitled "Introduction to PSGI".

The slides were written in [Markdown](https://daringfireball.net/projects/markdown/) format and can be rendered with
[remark](http://remarkjs.com/).

## Options

To view the slides:

make run

To build slides and run as a PSGI app:

make run-app

To build a PDF version of the slides:

make pdf