handlebars.js - Templating engine for node.js -
i'm using node js website project, don't know template 1 improve handlebars or embeddedejs help
it might depend largely, depending on timeframe learning system, on kind of framework you're more used using, if have used templating scheme before. otherwise, might depend on language of proficiency. example, if you've done lot of work in php, you'll find ejs easy pick up, because construction similar. example
in ejs:
<% // write code here %> or print variable:
<%= variable %> this similar php:
<?php // write code here ?> <?= $variabletoprint ?> however, if you've used templating scheme such django before, you'll find handlebars easier work with, because it's quite similar that.
however, easy of learning shouldn't concern. if have time larn new templating system, can peruse advice given answers here, , find best 1 long term.
node.js handlebars.js
No comments:
Post a Comment