Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 714 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 714 Bytes

Memar - JavaScript version

Memar as a JS language library is a repository wrapper to store all implementation of Memar and others protocols and algorithms to make a digital software more easily in better performance.

Graphic user interface (GUI) engine in JavaScript

Usage

  • Import /gui/application.js in main JS file of app
  • Initialize Application object with app details data
  • Initialize application pages and services from their directories
  • call Application.Start()
  • Use OS and Application global object data any where like window

Other good javascript library