Skip to content

ilkkao/quickjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickjs

Description

quickjs is a web application framework, including a declarative language, offline compiler to render JavaScript and an engine to run the generated code.

The declarative language is heavily influenced by QtQuick's QML language, with adjustments to fit the HTML5 space.

Installation

The 'build.sh' script in the project root, will generate the 'quick.js' library together with a minified version of it.

There is also a nodejs module, which contains the offline compiler scripts. $> npm install quick

Examples

There are several examples, on how to use quickjs in a browser and node environment, located in the examples subfolder.

Documentation

Ahm...well...source code?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • Shell 2.0%