SproutCore is a framework for building blazing-fast, desktop-like applications in the web browser using only native HTML5 features without plugins. With SproutCore, you can build rich, interactive applications in the web in less code than most simple web pages require today.
It can help you build full thick client applications in the web browser that can create and modify data, often completely independent of your web server, communicating with your server via Ajax only when they need to save or load data.
SproutCore applications are full-fledged programs, written in JavaScript. That JavaScript executes in your user’s browser, freeing up your servers (and server engineers) to focus on what’s most important in a cloud application: delivering users’ data as quickly and reliably as possible.
Demo: http://demo.sproutcore.com/sample_controls/
Download: https://github.com/sproutcore/sproutcore/
License : MIT License
