Ember.js
Sign in to saveEmber.js is an open-source JavaScript web framework that utilizes a component-service pattern. It is designed with the aim to allow developers to create scalable single-page web applications by incorporating common idioms, best practices, and patterns from other single-page-app ecosystem patterns into the framework.
Key facts
- Software.name
- Ember.js
- Software.logo
- Ember_Logotype.svg
- Software.logo alt
- Ember.js logotype
- Software.author
- Yehuda Katz
- Software.developer
- Ember Core Team
- Software.genre
- JavaScript library
- Software.programming language
- JavaScript
- Software.operating system
- Cross-platform
- Software.license
- MIT License
via Wikipedia infobox
Source code
Ember.js is a JavaScript framework that greatly reduces the time, effort and resources needed to build any web application. It is focused on making you, the developer, as productive as possible by doing all the common, repetitive, yet essential, tasks involved in most web development projects.
Excerpt from the source-code README · 4,161 chars · not written by Vinony
Wikidata facts
- Official website
- www.emberjs.com
Show 7 more facts
- Commons category
- Ember.js
- social media followers
- 37331
- software version identifier
- 6.12.0
- publication date
- 2011-01-01
- source code repository URL
- github.com/emberjs/ember.js
- issue tracker URL
- github.com/emberjs/ember.js/issues
- Stack Exchange tag
- stackoverflow.com/tags/ember.js
via Wikidata · CC0
~10 min read
Article
17 sectionsContents
- History
- Design
- Concepts
- Ember software / Addons
- Ember CLI
- Ember Data
- Ember Inspector
- Fastboot
- Liquid Fire
- Release process
- Release cycle
- Upgrading and backward compatibility
- Future development
- Sponsorship
- References
- Further reading
- External links
Ember.js is an open-source JavaScript web framework that utilizes a component-service pattern. It is designed with the aim to allow developers to create scalable single-page web applications by incorporating common idioms, best practices, and patterns from other single-page-app ecosystem patterns into the framework.
Ember is used on websites including HashiCorp, DigitalOcean, Apple Music, Square, Inc., Intercom, Discourse, Groupon, LinkedIn, Live Nation, Ghost, Nordstrom, and Twitch. Although primarily considered a framework for the web, it is also possible to build desktop and mobile applications with Ember when utilizing a hybrid app pattern. The most notable example of an Ember desktop application is Apple Music, a feature of the iTunes desktop application.