Is there a template engine for Node.js?

Posted by Seb on Stack Overflow See other posts from Stack Overflow or by Seb
Published on 2009-11-24T04:08:48Z Indexed on 2010/05/31 6:52 UTC
Read the original article Hit count: 183

I'm kind of falling in love with Node.js not because you write app code in javascript but because of its performance.

I really don't care a lot about how beautiful a server side language might be but how much requests per second it can handle.

So anyway I'm looking forward to experiment building an entire webapp using Node.js (and going back to the actual question) is there a template engine similar to let's say the django template engine or something similar (that at least allows you to extend base templates) available for Node.js?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about template-engine