rpc
< json
< library
< opensource
< 20after4
Get flash to fully experience Pearltrees
amfPHP is free and open source software, and an essential brick for the development of Web Applications. amfPHP is used in projects that cover a wide spectrum, from games to business applications. The role of amfPHP is to provide a really simple way of connecting a client with a server in the cloud. Applications no longer run only on desktops, but must also be available on a variety of smartphones and tablets. It is becoming increasingly complex to code with the diversity of technologies used in these terminals. amfPHP is the best solution for creating accessible services to all terminals.
easyXDM is a library for cross-domain communication with a built in RPC feature. The library uses HTML5 postMessage when available, or FIM/window.name when not. Pmrpc is an inter-window cross-domain remote procedure call JavaScript library for use within browsers. Pmrpc is an implementation of JSON-RPC using HTML5 postMessage API for message transport.
News PHP-O-Lait version 0.5.1 is released, with a bug fix that caused the jsolait.js JavaScript library not to be included correctly in certain circumstances. Many thanks to Olaf Bottek for locating the bug and assisting in correcting it. A few documentation changes have also been made, including an example of using PHP-O-Lait for asynchronous communication: thanks to Keith Powell for the idea. PHP-O-Lait, in two boiler-plate lines of code (three if you include the 'require_once') provides a transparent bridge between server-side PHP methods and client-side JavaScript code. Under the hood, PHP-O-Lait uses Ajax to send the request and receive the response, and JSON for the data encoding / decoding.