[nodejs] Template engine usage statistics

2013-07-13 Thread Samuel Neff
I'm deciding on a template engine to use for a simple first Node.js site and am curious if there are any usage statistics anywhere. I searched and didn't find any. I've seen performance statistics but don't feel they're relevant since I don't expect templating to be a bottleneck. I've compare

Re: [nodejs] Template engine usage statistics

2013-07-14 Thread Oleg Slobodskoi
Hi, 1. html becomes difficult to read, because of too long lines. Tal makes lines much longer. 2. You should at least use an html parser Best, Oleg Am 13.07.2013 um 21:26 schrieb Jean-Michel Hiver : > plug( {shameless: true} ); > > I invite you to try and test probably the least used tem

Re: [nodejs] Template engine usage statistics

2013-07-14 Thread Jean-Michel Hiver
Le dimanche 14 juillet 2013 13:58:05 UTC+4, Oleg Slobodskoi a écrit : > > Hi, > > 1. html becomes difficult to read, because of too long lines. Tal makes > lines much longer. > That's true, but then you split with new lines, i.e. Stuff Personally I find Mustache / Handlebars / ejs syntax h