-
Notifications
You must be signed in to change notification settings - Fork 0
Home
emilkm edited this page Jun 16, 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.