ECT - Fastest JavaScript Template Engine With CoffeeScript Syntax
Join the DZone community and get the full member experience.
Join For Free
ect is a javascript template engine which has a focus on performance. it claims to be the fastest javascript template engine among these engines: dust, hogan.js, fest, handlebars.js, ejs without `with`, dot, swig, eco, ejs, jade without `with`, coffeekup and jade.
it also has a plethora of features like template caching, auto-reload of modified templates, inline coffeescript code within the templates, multi-line expressions support, and
more
. you can use ect on both the client-side or on the server-side with node.js.
requirements:
none
demo:
http:/ / ectjs. com
license:
mit license
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments