Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Webysther/as3rpclib
Actionscript 3 RPC Library
https://github.com/Webysther/as3rpclib
actionscript amf0 as3 as3corelib json-rpc xml-rpc xml-rpc-client
Last synced: 3 months ago
JSON representation
Actionscript 3 RPC Library
- Host: GitHub
- URL: https://github.com/Webysther/as3rpclib
- Owner: webysther
- License: mit
- Archived: true
- Created: 2013-04-25T22:23:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T01:01:30.000Z (over 4 years ago)
- Last Synced: 2024-06-24T01:40:17.237Z (5 months ago)
- Topics: actionscript, amf0, as3, as3corelib, json-rpc, xml-rpc, xml-rpc-client
- Language: ActionScript
- Homepage:
- Size: 2.59 MB
- Stars: 9
- Watchers: 24
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - as3rpclib - Actionscript 3 RPC Library (Unsorted / Other API)
README
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
as3rpclib is a library that can be used to invoke remote procedure calls using:
* [AMF0](http://download.macromedia.com/pub/labs/amf/amf0_spec_121207.pdf)
* [XML-RPC](http://www.xmlrpc.com/spec)
* [JSON-RPC](http://json-rpc.org/wiki/specification)EOL by 2020
-------This repository is become read-only as ActionScript is reach [end-of-life](https://en.wikipedia.org/wiki/Adobe_Flash).
Releases
-------For simple use purposes, just download the ./bin/as3rpclib.swc file in respective tag and add in your lib folder.
* [*v1.0 stable*](https://github.com/Webysther/as3rpclib/releases/tag/v1.0)
Support
-------* [Documentation](https://github.com/Webysther/as3rpclib/wiki/Documentation)
Authors
-------* Akeem Philbert
* Webysther FariaBased on the work of (between others):
* Jesse Warden
* Xavi Beumala
* Renaun Erickson
* Carlos Rovira
This code use part of as3corelib in json-rpc:* [as3corelib (com.adobe.serialization.json.*)](https://github.com/mikechambers/as3corelib)