-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Keyang edited this page Feb 11, 2012
·
9 revisions
JQMVC is a highly extendible MVC framework (Currently for DOM HTML and NODEJS will come soon). It abstracts the concept of MVC pattern and implements the abstraction using Javascript. It allows developers to add self-defined view typs, model types, and proxies which could be adapted to different platforms.
- Debug version: https://github.com/Keyang/JQMVC/blob/master/bin/jqmvc_html_debug.js
- Minified version: https://github.com/Keyang/JQMVC/blob/master/bin/jqmvc_html.min.js
Coming soon...