I would like to choose a template engine for the Backbone.js
framework I'll use inside my MVC application.
I've read Backbone.js is compatible with Mustache.js
, Handlebars.js
and Underscore.js
by default, does exist some important difference between these template engines or they do almost the same thing?
Also, does exists other template engines compatible with Backbone.js
should be seriously considered?