Interesting PHP Things
Two interesting pieces of software written in PHP. I’ll need to check them out further at some point.
update: Also possibly: this
*SGI/Rack Implementations
Here are the different implementations of web server middleware protocols in the wsgi/psgi/rack family
- Rack – Ruby – Maybe the original?
- WSGI – Python – Or maybe this was original?
- PSGI – Perl
- JSGI – JavaScript