src: www.markupbox.com
A JavaScript framework is an application framework written in JavaScript. It differs from a JavaScript library in its control flow: a library offers functions to be called by its parent code, whereas a framework defines the entire application design. A developer does not call a framework; instead it is the framework that will call and use the code in some particular way. Some JavaScript frameworks follow the model-view-controller paradigm designed to segregate a web application into orthogonal units to improve code quality and maintainability. Examples: AngularJS, Ember.js.
Video JavaScript framework
See also
- Ajax framework
- Comparison of JavaScript frameworks
Maps JavaScript framework
References
Source of the article : Wikipedia