Analyzed 2 months ago
Archetype is a JavaScript Framework for JavaScript and Ajax application that ables developers to use JS for light to heavy clientside developments.
The Framework:
* takes care of all the application loading part and dependencies loading
* eases a lot OO Programming in JS
* eases
... [More]
good practices in JS
* is modular (can be used just for some of is function : loading, templates, logging, etc.)
* is designed to fully work in MVC on the client side
* works with convention over configuration in mind
* provides an easy to use logging interface for multiple logger (firebug, nitobi, pi.debugger, nitobib, alerts, et)
* adds an easy to use template interface for the best JS template systems (JST, EJS, DOMTAL, Prototype, etc.) [Less]