Tagged Questions

Dust is a JavaScript templating engine designed to provide a clean separation between presentation and logic without sacrificing ease of use. It is particularly well-suited for asynchronous and streaming applications.

learn more… | top users | synonyms

1
vote
0answers
29 views

node.js + express.js + dust.js issues

The quick question: why won't express.js run with dust.js? I know it's not officially supported, but dust.js even has issues with my node.js version. Node won't even start due to require.path issues. ...
-1
votes
2answers
92 views

What is the benefit of using a JavaScript templating engine? [closed]

Please explain in simple way what is the benefit of using a JavaScript templating engine? We can write HTML quickly using Zen coding and even if we want some quick html code with data we can make our ...