APE_JSF Client and Core - APE-Project/APE_Server GitHub Wiki

Core

The JSF Core handles all the interactions with the server: send/receive data, session management, transport method, ... It does all the hard work for you ;-)

APE Core is written using MooTools, as the core is executed inside an iframe the use of mootools doesn't conflict with framework you use on your website/application. We focused on providing a small javascript Core ~5KB (gzipped) with mootools bundled in it. General working

Client

The APE JSF Client creates an iframe, and loads the Core on it. Client and Core communicate with an event system. The Core sends Events depending on received RAWS and sent Commands. It is possible to add a callback function on each event transmitted by the Core.

⚠️ **GitHub.com Fallback** ⚠️