Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chazmcgarvey/talk-introduction-to-psgi
- Owner: chazmcgarvey
- Created: 2018-06-19T17:52:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T17:58:51.000Z (over 6 years ago)
- Last Synced: 2024-11-09T06:28:05.726Z (3 months ago)
- Topics: openwest, perl, psgi
- Language: CSS
- Homepage: https://chazmcgarvey.github.io/talk-introduction-to-psgi
- Size: 282 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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