About Javascript

From My Limbic Wiki
Revision as of 03:24, 26 May 2019 by Fukakai (talk | contribs) (Page créée avec « =Javascript= =Angular= * JavaScript-based open-source front-end web framework mainly maintained by Google * Open source framework for the client side of the application *... »)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Javascript

Angular

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

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

  • Interacts with the DOM directly.

Mootools

  • Interacts with the DOM directly.

Node.js

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