Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.24 KB

Iris

Iris is not only another framework.

Iris provides different client-side optimization techniques for front construction. It is independent and compatible with any server-side technology: JAVA, PHP, Python, GOOGLE APP ENGINE, .NET... Iris is not only another framework. It is a methodology that will help you to build structured and organized Web applications:

  • Strong object oriented coding and file system organization
  • Presenter-View-Resource pattern
  • Easy and fast templating engine
  • Load resources on demand and self-controlled dependencies
  • One page navigation using Hash-URL
  • 100% Client multilanguage support
  • Crossbrowser: Chrome, Firefox e Internet Explorer
  • Light and fast: 14 KB
  • Open source: New BSD License

API

http://iris-js.github.com/iris/api/v0.4.5/

Getting Started

https://github.com/iris-js/iris/wiki/Getting-Started

Cookbook

https://github.com/iris-js/iris/wiki/Cookbook

Iris Life Cycle

https://github.com/iris-js/iris/wiki/Iris-Life-Cycle

Examples

https://github.com/iris-js/iris/wiki/Examples

Installation

Download the lastest version from http://iris-js.github.com/iris/

<script type='text/javascript' src="iris-0.4.5.min.js"></script>

Iris requires JQuery 1.5+: http://jquery.com/