Skip to content
giulioforesto edited this page Sep 17, 2014 · 6 revisions

Application first steps

Core Objects

The Framework is build on the top of an other lightweigh JavaScript framework: Backbone.js. The main goal of Backbone is to provide concepts an a really flexible skeleton in order to build JavaScript applications. The application objects try to match an MVC pattern with many concepts:

Application Structure

Choices have been made in order to have a structure for developing an application. All details here

Klee specialized objects

Clone this wiki locally