mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
a8d57c3935
JavaScript::RPC::Server::CGI is a CGI-based server library for use with Brent Ashley's JavaScript Remote Scripting (JSRS) client library. It works asynchronously and uses DHTML to deal with the payload. In order to add your custom meothds, this module should be subclassed. The most current version (as of the release of this module) of the client library as well as a demo application have been included in this distribution. WWW: http://search.cpan.org/dist/JavaScript-RPC/ PR: ports/95124 Submitted by: Tony Shadwick <tshadwick@oss-solutions.com> Approved by: krion (mentor)
12 lines
480 B
Plaintext
12 lines
480 B
Plaintext
JavaScript::RPC::Server::CGI is a CGI-based server library for use with
|
|
Brent Ashley's JavaScript Remote Scripting (JSRS) client library. It
|
|
works asynchronously and uses DHTML to deal with the payload.
|
|
|
|
In order to add your custom meothds, this module should be subclassed.
|
|
|
|
The most current version (as of the release of this module) of the
|
|
client library as well as a demo application have been included in this
|
|
distribution.
|
|
|
|
WWW: http://search.cpan.org/dist/JavaScript-RPC/
|