Angular is said to be one of the most powerful and efficient Javascript frameworks, it is an open source framework and is used for the development of single page applications. It imports the HTML into the application and will interpret the attributes to perform data binding. Some pros with the Angular framework is that its open source, easier DOM manipulation, two-way binding and very testable. IT has modern web platform capabilities that will deliver app-like experiences that are high in performance offline and zero step installation. You will be able to create high performance, complex choreography's and animation timelines with minimum code through angular intuitive API
Link to Angular's WebsiteMeteor is a frame work that has many different uses such as back-end development, management of databases, business logic and rendering of the front-end. Although it is not quite as popular as it use to be, the pros of using Meteor is that it offers several conveniences, makes development a lot more quicker, easy to learn and has an active community. This framework proves to be a full-stack solution for developing and running web applications. Some of the included features are automatic CSS, reactive templates and JS minification on the production server. Has Isomorphic Javascript Code, same code can be used on front-end, back-end, and mobile web applications. Saves developers much time from requiring to install and configure different module managers, libraries, drivers , API's, and more.
Link to Meteor's WebsiteNode.js Framework is a server side JavaScript run-time environment and is open-source that works on cross platforms. It is capable of driving asynchronous I/O with its event driven architecture. Some of the pros include High performance, easy to learn, scalable and has an active community. The Node.js library is very fast when it comes to code execution, it is built on the v8 javascript engine of Google Chrome. All the API's are asynchronous which the server does not wait for the API to come back with data. The Node.js community has come up with countless useful models that can be used to add more capabilities to Node.js apps.
Link to Node.js WebsiteOverall, it is interesting to me that their are many more frameworks rather than just jQuery, all the plugins have many uses that could be beneficial when developing web sites for a much more smooth and professional feeling website. Eventually when I get a better understanding and more skill with Jquery Frameworks, I will branch out and test out some other Frameworks when developing.