toothbrush

0.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i toothbrush

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bvirus