-
Notifications
You must be signed in to change notification settings - Fork 0
Home
emilkm edited this page May 26, 2013
·
9 revisions
Enyo-AMF is an AMF 3 Client library plugin. This library is good proof of how easily extensible enyo is. It took only a few hours to reorganise amfjs to work with enyo.
Take a look at a sample application source based on enyo bootplate, and a demo.
In order to keep the library small AMF 0 is only supported for sending message headers.
AMF packets must be sent as binary, with all bytes intact. This requires use of XHR2.
Currently the enyo core xhr.js
does not suppport receiving "arraybuffer" response,
so if you want to use enyo-amf you have to use the xhr.js
that comes with this plugin.