Technology

Layouts in Dust.js

For building an application with user friendly and consistent UI, we generally use the concept of "master page" and "layouts", so that just the content can vary within the pages. This helps user to easily navigate through the website as well as faster loading of the web pages. For example, generally we make header and footer static...

by Sakshi Tyagi
Tag: dust
12-Mar-2014

Technology

Dust your views

In our node js application, we can use variety of templating engines like "jade" , "ejs", "mustache" etc. Dust.js is an asynchronous templating engine which can be used both on server side as well as client side and provide easy caching with high performance. In my previous blog on EJS as a templating engine, i have mentioned how we...

by Sakshi Tyagi
Tag: dust
11-Mar-2014