JSON::RPC::Dispatcher
User:
jt
Date: 12/19/2009 2:17 pm
Date: 12/19/2009 2:17 pm
Views: 677
Rating: 0
Rating: 0
I just released a new module called JSON::RPC::Dispatcher. It is a JSON-RPC 2.0 server, which allows you to easily expose your perl functionality to a web service interface consumable by web browsers, and lots of programming languages. Perhaps the best thing about this module is that it's build for the PSGI / Plack interface, which means it's deployable on any Plack enabled environment (Perlbal, FastCGI, mod_perl, CGI, Coro, Continuity, etc).
You can look it over here:
http://search.cpan.org/~rizen/JSON-RPC-Dispatcher-0.0100/lib/JSON/RPC/Dispatcher.pm
Incidentally this is my first experience with PSGI and Plack. It's super cool. If you're doing any kind of web development in Perl you should check it out. http://www.plackperl.org/. I might do a talk on this next year sometime if you guys are interested.
JT Smith
ph: 703-286-2525 x810
Create like a god, command like a king, work like a slave.
You can look it over here:
http://search.cpan.org/~rizen/JSON-RPC-Dispatcher-0.0100/lib/JSON/RPC/Dispatcher.pm
Incidentally this is my first experience with PSGI and Plack. It's super cool. If you're doing any kind of web development in Perl you should check it out. http://www.plackperl.org/. I might do a talk on this next year sometime if you guys are interested.
JT Smith
ph: 703-286-2525 x810
Create like a god, command like a king, work like a slave.