bungee
v0.0.6
Published
Bungee is a declarative language engine to run inside a browser. The node module contains the offline compiler.
Downloads
37
Readme
Bungee
Description
Bungee 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 'bungee.js' library together with a minified version of it.
There is also a nodejs module, which contains the offline compiler scripts. $> npm install bungee
Examples
There are several examples, on how to use bungee.js in a browser and node environment, located in the examples subfolder.
Documentation
Working on it...