Merge pull request #127 from ericvasconcelos/master

Added EJS Template Engine
This commit is contained in:
Huei Tan
2015-06-12 09:19:28 +08:00

View File

@@ -181,7 +181,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [JavaScript-Templates](https://github.com/blueimp/JavaScript-Templates) - < 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. * [JavaScript-Templates](https://github.com/blueimp/JavaScript-Templates) - < 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies.
* [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.
## Data Visualization ## Data Visualization
*Data visualization tools for the web.* *Data visualization tools for the web.*