About Javascript

From My Limbic Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Client Side

MVC Framework

AngularJS

  • JavaScript-based open-source front-end web framework mainly maintained by Google
  • JavaScript MVC framework to develop a dynamic web application.
  • Open source framework for the client side of the application
  • Runs on the client browser

Library

React

  • React is a library for building User Interfaces (UI elements).
  • Works through the “virtual DOM”
  • A single component contains both the functional part of the View and the UI itself.
  • Stands for the "view"

Jquery

  • JavaScript library.
  • Interacts with the DOM directly.

Mootools

  • Interacts with the DOM directly.

Server Side

Node.js

  • Cross-platform runtime system and environment for applications written in JavaScript.
  • Runs on the server side.

Future Concurrent ?