Frameworks and Libraries Flashcards
Define framework
Universal, reusable software environment that provides particular functionality as part of a larger software platform to facilitate development of software applications, products and solutions
Define library
Non-volatile (doesn’t go away) resources used by computer programs, often to develop software. These may include configuration data, documentation, help data, message templates, pre-written code and subroutines, classes, values or type specifications.
Compare frameworks and libraries
Frameworks call your code; libraries are called by your code
What is AngularJS?
Open-source client-side web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.
Can we compare AngularJS and JQuery?
Not really. jQuery (library) is for DOM manipulation and AngularJS (framework) is for whole web apps.