Skip to content

Commit

Permalink
Initial changes to a PSGI app
Browse files Browse the repository at this point in the history
This enables running November as a PSGI application. The included
november.psgi can be run via lopnor's Plackdo library:

plackdup --app ./november.psgi

All features work, including serving images from Perl6 standalone.
The speed is tolerable, once the images are cached by the browser.

The integration test fails, and some other cleanup is needed.
  • Loading branch information
softmoth committed Jul 16, 2011
1 parent b79c3ea commit fdba23a
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 99 deletions.

0 comments on commit fdba23a

Please sign in to comment.