JavaScript::RPC - (DEPRECATED) Remote procedure calls from JavaScript


JavaScript-RPC documentation Contained in the JavaScript-RPC distribution.

Index


Code Index:

NAME

Top

JavaScript::RPC - (DEPRECATED) Remote procedure calls from JavaScript

DEPRECATION NOTICE

Top

Brent Ashley, the author of JSRS, has stated that he has no plans to update his library. JavaScript RPC, more commonly known as "AJAX", has seen a rise in popularity and therefore many new libraries have been released. You should consider those alternatives before trying to use this module and the JSRS library.

SEE ALSO

Top

* Dojo JavaScript Toolkit - http://dojotoolkit.org/
* MochiKit - http://mochikit.com/
* Prototype JavaScript Framework - http://prototype.conio.net/

AUTHOR

Top

* Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top


JavaScript-RPC documentation Contained in the JavaScript-RPC distribution.

package JavaScript::RPC;

use strict;
use warnings;

our $VERSION = '0.3';

1;