likely.js
v0.9.16
Published
Python style HTML template language with bi-directional data binding.
Readme
Likely.js
Likely.js is a library for HTML generation that offers efficient HTML diff, and bidirectional data binding.
Feature highlights
- A simple and intuitive HTML template language.
- Bidirectional data binding to any JavaScript object.
- Likely render the template result in an abstract tree. This enable the template to produce DOM manipulation diff that updates the DOM without using innerHTML.
- Because of this design it is hard to produce XSS vulnerabilities even when using untrusted data.
Demo
http://batiste.github.io/likely.js/
