toothbrush
v0.0.1
Published
A stream-based, node.js mustache renderer
Readme
#toothbrush.js ##Stream-based mustache template rendering for node.js ##Installation
npm install toothbrush##Usage
var toothbrush = require("toothbrush");
http.createSever(function(req, res){
toothbrush("./test.html", res, {"title": "toothbrush"});
}).listen(8080);Included in froyo.
