raycmorgan / Mu

A Node.js Mustache template engine (and compiler)
MIT License
744 stars 84 forks source link

integrate with express? #66

Open TangMonk opened 10 years ago

sizzlemctwizzle commented 9 years ago

It doesn't work because Express doesn't accept rendering engines that output a stream. I found a messy workaround. Yes you could render to a string, but that defeats the point of using streams anyway.