Friday, 7 September 2018

Is Express Handlebars templating considered CPU intensive?

I want to find out if templating in NodeJS using Handlebars (or anything else) is considered CPU intensive?Is res.render in Express non-blocking?How does it compare to Python's Jinja2 in terms of CPU usage? I am currently using Jinja2 in Google App Engine, and a large sum of what I'm paying is for Frontend Instances. Would running a Node Instance and using Handlebars as the templating engine will decrease the cost?​​

Submitted September 07, 2018 at 08:14AM by oxooooooooxo

No comments:

Post a Comment