Dust.js vs mustache
A side-by-side look at Dust.js and mustache. For an in-depth review of either product, follow the links below.
Dust.js
Development
Dust.js is a lightweight JavaScript templating library for both client-side and server-side rendering. It has a simple, easy-to-read syntax and aims to provide complete control of HTML output while being highly extensible.
templatingclientsideserverside
mustache
Development
Mustache is a logic-less template syntax that works by expanding tags in a template using values provided in a hash or object. It is often used for HTML, config files, source code - anything with logic-less templates.
logiclesstemplatesmustacheview-rendering
Related Comparisons
Underscore.js
Interpose.js
jquery-template
Handlebars