Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://akdubya.github.io/dustjs/

Asynchronous templates for the browser and node.js
https://akdubya.github.io/dustjs/

Last synced: about 2 months ago
JSON representation

Asynchronous templates for the browser and node.js

Awesome Lists containing this project

README

        

Dust
====

> Asynchronous templates for the browser and node.js

#### #

Why?
----

I like [Mustache](http://mustache.github.com) and variants but none of them offers quite what I need.

Use Dust if you want these things:

* async/streaming operation
* browser/node compatibility
* extended Mustache/ctemplate syntax
* clean, low-level API
* [high performance](http://akdubya.github.com/dustjs/benchmark/index.html)
* composable templates

Composable templates?
---------------------

{^xhr}
{>base_template/}
{:else}
{+main/}
{/xhr}
{

Demo & Guide
------------

Extensive docs and a full demo are available at