bungee

Bungee is a declarative language engine to run inside a browser. The node module contains the offline compiler.

Usage no npm install needed!

<script type="module">
  import bungee from 'https://cdn.skypack.dev/bungee';
</script>

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. gt; 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...