The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Plack-Middleware-ExtDirect version 2.00
=======================================

This module implements RPC::ExtDirect gateway for Plack environment,
allowing it to be used with any PSGI compliant application.

RPC::ExtDirect is an implementation of Ext.Direct remoting protocol
used in Sencha Inc. Ext JS JavaScript framework.

For more information, see RPC::ExtDirect documentation.

For a simple example on how to use Plack::Middleware::ExtDirect, see
example/ directory.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

    Plack
    RPC::ExtDirect
    JSON
    Attribute::Handlers

COPYRIGHT AND LICENCE

Copyright (C) 2011-2012 by Alexander Tokarev, <tokarev@cpan.org>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. See perlartistic.

Included Ext JS examples are copyright (c) 2011, Sencha Inc. Example code
is used and distributed under GPL 3.0 license as provided by Sencha Inc.
See <http://www.sencha.com/license>