https://www.tipslate.org/blog
The only problem I've found using NodeJS/Express/Dust for standard web
stuff (i.e. non-realtime) is that I am reinventing several wheels.
These include:
Authentication.
ORM (though I need to do this anyway for realtime reasons).
The Dust templating system is working well, with one exception:
https://github.com/davglass/express-dust/issues/3
All the best,
Chris.