The fastest + concise javascript template engine for nodejs
Created in search of the fastest and concise JavaScript templating function with emphasis on performance under V8 and nodejs. It shows great performance for both nodejs and browsers. doT.js is fast, small and has no dependencies. doT is a really solid piece of software engineering (I didn’t create it) that is rarely updated exactly for this reason.
Javascript Clientside Templating Engine to handle XML
Introduction
Since the introduction of Ajax, server-side templating is becoming redundant.
Objective
To make production of Ajax web pages easier.
Goal
To create a client-side templating engine written in Javascript.
Target
All major browsers.