https://github.com/FolhaSP/as3rpclib
  
  
    Actionscript 3 RPC Library 
    https://github.com/FolhaSP/as3rpclib
  
        Last synced: 6 months ago 
        JSON representation
    
Actionscript 3 RPC Library
- Host: GitHub
- URL: https://github.com/FolhaSP/as3rpclib
- Owner: FolhaSP
- License: mit
- Fork: true (webysther/as3rpclib)
- Created: 2016-01-22T06:59:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T20:28:24.000Z (almost 11 years ago)
- Last Synced: 2024-08-03T05:05:47.292Z (about 1 year ago)
- Language: ActionScript
- Homepage:
- Size: 2.88 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- 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
          [](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)
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 Faria
Based 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)