Merge pull request #136 from noyobo/master

Add xtemplate to Templating Engines list
This commit is contained in:
Huei Tan
2015-06-19 09:56:51 +08:00

View File

@@ -185,6 +185,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [t.js](https://github.com/jasonmoo/t.js) - A tiny javascript templating framework in ~400 bytes gzipped. * [t.js](https://github.com/jasonmoo/t.js) - A tiny javascript templating framework in ~400 bytes gzipped.
* [Jade](https://github.com/jadejs/jade) - Robust, elegant, feature rich template engine for nodejs. * [Jade](https://github.com/jadejs/jade) - Robust, elegant, feature rich template engine for nodejs.
* [EJS](https://github.com/mde/ejs) - Effective JavaScript templating. * [EJS](https://github.com/mde/ejs) - Effective JavaScript templating.
* [xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser
## Data Visualization ## Data Visualization
*Data visualization tools for the web.* *Data visualization tools for the web.*