What is RenderJs? RenderJs is a JavaScript library which uses jQuery and RequireJS. RenderJs provides an easy way to define gadgets (aka mashups) in pure HTML5 and does not require application server. It handles dependencies through RequireJS, caching and interaction. It is suitable for the development of mobile applications, desktop applications. It is used by OfficeJS, ERP5. Documentation Documentation is available at http://www.renderjs.org/ Developer > git clone https://git.erp5.org/repos/renderjs.git > make (will produce a minified version for now, requires nodejs installed as well its uglifyjs module) > make lint (will produce a jslint report, requires nodejs installed as well its jslint module)

Romain Courteaud
authored