Falco is a lightweight and speedy Handlebars replacement, gaining speed through focusing on meta-programming, templates are compiled to native DOM manipulation code taking advantage of the speed already in modern browsers.
- fast as a Peregrine Falcon
- direct DOM data-binding
- *deferred binding (render on the backend, bind on the frontend without re-rendering)
- *interchangeable optimizations
- *realtime compiling for development
* work in progress / todo