https://github.com/gggeek/jsxmlrpc
A javascript library for building xmlrpc and jsonrpc clients
https://github.com/gggeek/jsxmlrpc
javascript xmlrpc
Last synced: over 1 year ago
JSON representation
A javascript library for building xmlrpc and jsonrpc clients
- Host: GitHub
- URL: https://github.com/gggeek/jsxmlrpc
- Owner: gggeek
- License: other
- Created: 2013-11-17T20:27:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T13:06:58.000Z (over 3 years ago)
- Last Synced: 2025-03-16T16:11:30.957Z (over 1 year ago)
- Topics: javascript, xmlrpc
- Language: JavaScript
- Homepage: http://gggeek.github.io/jsxmlrpc/
- Size: 1.38 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JS-XMLRPC
=========
DESCRIPTION
-----------
A javascript library for building xmlrpc and jsonrpc clients.
REQUIREMENTS
------------
* Any browser with support for ECMAScript 6 including XMLHttpRequest and DOMParser (*) or
* NodeJS version v12.20.0 or v14.13.0 or later
(*) = according to caniuse.com, that includes at least: Chrome 61, Edge 16, Firefox 60, Opera 48, Safari 11, Chrome
Android 108, Firefox for Android 107, Opera Mobile 72, Safari on iOS 11, Samsung Internet 8.2
INSTALLATION
------------
### Browsers
include the following in the web page, within a `