Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akdubya/dustjs
Asynchronous templates for the browser and node.js
https://github.com/akdubya/dustjs
Last synced: 25 days 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 (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T13:28:46.000Z (10 months ago)
- Last Synced: 2024-04-14T13:30:34.797Z (7 months ago)
- Language: JavaScript
- Homepage: http://akdubya.github.com/dustjs/
- Size: 302 KB
- Stars: 1,442
- Watchers: 42
- Forks: 131
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- 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 templatesComposable templates?
---------------------{^xhr}
{>base_template/}
{:else}
{+main/}
{/xhr}
{Demo & Guide
------------Extensive docs and a full demo are available at