Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg/easy-psgi
https://github.com/davorg/easy-psgi
perl psgi web-development
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davorg/easy-psgi
- Owner: davorg
- Created: 2015-12-24T12:09:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T17:25:46.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T00:31:05.248Z (6 months ago)
- Topics: perl, psgi, web-development
- Language: Perl
- Size: 11.7 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Easy PSGI Programming
=====================Some really simple sample PSGI programs that are written simply to
demonstrate that you don't need use web frameworks to move your code
from CGI to PSGI.The sample programs are based on the code in
[a series of three articles on CGI programming](http://perlhacks.com/articles/cgi-programming/)
that I wrote for Linux Format back in 2000.**Note:** I'm not saying that I think this is the best way of writing
web programs in Perl. I am saying that this is a reasonably easy way to
port old CGI programs to PSGI.**Note2:** It's also worth pointing out that if you have a pile of old CGI
programs that you want to move to PSGI as quickly and as painlessly as
possible, then you should look at
[CGI::Emulate::PSGI](https://metacpan.org/pod/CGI::Emulate::PSGI) or
[CGI::PSGI](https://metacpan.org/pod/CGI::PSGI).