[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

[nodejs] Re: Which is faster javascript run on server and browser

2013-07-13 Thread Samuel Neff
This depends largely on load. If you're talking about an application with a single or very small number of users, then determining raw speed will determine server vs client. However, if you have multiple concurrent requests then it will usually be faster to push the work to the client as each