https://github.com/akdubya/dustjs
Asynchronous templates for the browser and node.js
https://github.com/akdubya/dustjs
Last synced: 12 months ago
JSON representation
Asynchronous templates for the browser and node.js
- Host: GitHub
- URL: https://github.com/akdubya/dustjs
- Owner: akdubya
- License: mit
- Created: 2010-10-25T07:45:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T13:28:46.000Z (over 2 years ago)
- Last Synced: 2025-05-07T23:24:58.901Z (12 months ago)
- Language: JavaScript
- Homepage: http://akdubya.github.com/dustjs/
- Size: 302 KB
- Stars: 1,442
- Watchers: 41
- Forks: 124
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-projects - dustjs - Asynchronous templates for the browser and node.js ⭐1,437 `JavaScript` (📦 Legacy & Inactive Projects)
- awesome-starred - akdubya/dustjs - Asynchronous templates for the browser and node.js (others)
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