Skip to content
emilkm edited this page May 25, 2013 · 9 revisions

AMF Remoting for Enyo

Enyo-AMF is an AMF 3 Client library plugin. This library is good proof of how easily extensible enyo is. It too only a few hours to reorganise amfjs to work with enyo.

A sample application based on enyo bootplate is available here. See it running If you examined the HTTP traffic with an AMF capable proxy you will see the following communication between the client and the server

In order to keep the library small AMF 0 is only supported for sending message headers. Also XML and XMLSTRING types are not supported.

Clone this wiki locally