Skip to content

Commit

Permalink
v0.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
scripting committed Sep 9, 2019
1 parent 7437a04 commit 7eb25c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions client/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

A JavaScript client for the browser.

### Client for the browser

The core code for the browser version is <a href="https://github.com/scripting/xml-rpc/blob/master/client/xmlrpc.js">xmlrpc.js</a>.

It uses routines in several of my libraries:
Expand All @@ -14,9 +12,9 @@ It uses routines in several of my libraries:

It also uses jQuery.

The demo app, in <a href="https://github.com/scripting/xml-rpc/blob/master/client/index.html">index.html</a> and its two included files, code.js and styles.css, make six calls to the betty server, two to test error reporting, and four to test various combinations of scalars, parameter lists, structs and array.
The demo app, in <a href="https://github.com/scripting/xml-rpc/blob/master/client/index.html">index.html</a> and its two included files, <a href="https://github.com/scripting/xml-rpc/blob/master/client/code.js">code.js</a> and <a href="https://github.com/scripting/xml-rpc/blob/master/client/styles.css">styles.css</a>, make six calls to the <i>betty</i> server, two to test error reporting, and four to test various combinations of scalars, parameter lists, structs and array.

The betty server it calls is a clone of the one we used in the earlier work on XML-RPC.
The server it calls is a clone of the one we used in the earlier work on XML-RPC.

You can run the test app <a href="http://scripting.com/code/xmlrpcbrowserclient/">from</a> scripting.com.

0 comments on commit 7eb25c7

Please sign in to comment.