SproutCore
Sign in to saveSproutCore is an open-source JavaScript web framework. Its goal is to allow developers to create web applications with advanced capabilities and a user experience comparable to that of desktop applications. When developing a SproutCore application, all code is written in JavaScript. A notable fork of SproutCore is Ember.js. Both projects are maintained separately and have taken different directions.
Source code
Sproutcore 2 no longer support the Abbot Buildtools which has been replaced by the new Node.js Build Tools. SproutCore is a JS-MVC framework for building blazing-fast, native-caliber web applications. SproutCore's full-stack approach to single-page application development gives you the tools you need to build rich, powerful applications... which happen to run in the browser. Once you're through the Getting Started tutorial: Check out the Showcase for demos of a number of views and concepts. Check out lead developer Tyler Keating's book, SproutCore Web Application Development. Check out Juniper, the web app + annotated source code combo, for a deep dive into SproutCore features and best practices in action. Resources for SproutCore developers include the docs for API documentation, and the Guides for a series of topical walk-throughs. For additional SproutCore user support, join the mailing list, or stop by the sproutcore IRC channel. For those interested in contributing to the framework itself, please join [email protected].
Excerpt from the source-code README · 2,362 chars · not written by Vinony
~3 min read
Encyclopedic overview
4 sectionsContents
- Development
- Notes
- References
- External links
SproutCore is an open-source JavaScript web framework. Its goal is to allow developers to create web applications with advanced capabilities and a user experience comparable to that of desktop applications. When developing a SproutCore application, all code is written in JavaScript. A notable fork of SproutCore is Ember.js. Both projects are maintained separately and have taken different directions.
== Development == SproutCore, initially created in 2007 by Sproutit as the basis for their Mailroom application, is available under the MIT License.
Excerpted from Wikipedia’s “SproutCore” article, available under the CC BY-SA 4.0 licence.