rikkimax / client-templating

Client side web framework to load templates and fill them with data from the server side

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client-templating

Client side web framework to load templates and fill them with data from the server side.
Based upon the concept of Facebook's Bigpipe (page lets).
Will Asynchonously load pages content and fill them with data.

Libraries to be used with

JQuery is not supported. It would be possible to utilise it instead of prototype however if libs/core/index.js were to be modified for it.

If a template ends with .md the markdown library will automatically parse it.

Examples

Because this framework is meant to be modified, the examples is essentially the entire repository.

About

Client side web framework to load templates and fill them with data from the server side

License:MIT License


Languages

Language:JavaScript 99.4%Language:HTML 0.5%Language:PHP 0.1%