Angular.js
Used for developing Model-View-Controller applications, without ASP.NET MVC.
Angular.js Home...
Node.js
Server-Side JavaScript Framework, or a JavaScript runtime environment. Node.js was introduced in 2009/2010, but is already widely used and well-supported.
The main purpose of Node.js is to enable the creation of Web servers and associated network tools using JavaScript, and there are additional modules for performing server-side operations. Node.js enables communication between the client-side JavaScript and the server.
A Node.js application has the following:
- Module imports
- Server creation
- Response
Node.js Home...
TutorialsPoint Node.js Introduction
React.js
Currently maintained by FaceBook, and used almost universally across Web 2.0 and social media.
This framework is used for developing interfaces.
React.js Home...