Skip to content

Commit

Permalink
Added README to mason_simple_server
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Melo <melo@simplicidade.org>
  • Loading branch information
melo committed Sep 15, 2013
1 parent f52fdad commit 7988163
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions mason_simple_server/README.md
@@ -0,0 +1,30 @@
# The simplest Mason server ever #

This is a PSGI-complient Mason server. It's the simplest I could come up with
in 20 minutes.

It deserves a Plack::App::Mason or whatever... If I get the time...


## How to try it out ##

Just clone this repo, install the deps (cpanfile provided) and plackup the demo.

For the lazy:

git clone https://github.com/melo/pocs.git melo-pocs
cd melo-pocs/mason_simple_server
cpanm --installdeps .
plackup

(the simplicity of the process... we owe a lot to @miyagawa)


# Author #

Pedro Melo <melo@simplicidade.org>, 2013


# License #

Same terms as Perl itself...

0 comments on commit 7988163

Please sign in to comment.