JSON-RPC-Server-FastCGI
This module gives FastCGI-enabled web servers the ability to act as JSON-RPC servers (implemented in Perl).
The JSON::RPC::Server::FastCGI module was initially a part of the Makamaka Hannyaharamitu's JSON::RPC distribution, but is now maintained in this separate package.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
You'll also need to have a FastCGI-capable webserver; See http://www.fastcgi.com for more.
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc JSON::RPC::Server::FastCGI
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=JSON-RPC-Server-FastCGI
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/JSON-RPC-Server-FastCGI
CPAN Ratings
http://cpanratings.perl.org/d/JSON-RPC-Server-FastCGI
Search CPAN
http://search.cpan.org/dist/JSON-RPC-Server-FastCGI
COPYRIGHT AND LICENCE
Copyright (C) 2008 Faiz Kazi
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.