Visit us at http://chrisjcalderon.github.io/redNinja/ Where you will find live demos for the RedNija Library
A easy to use library for developing MVVM applications built on top of popular Open Source Frameworks.
The framework uses at it's core the following amazing Open Source libraries
CUJOS CURL: https://github.com/cujojs/curl
JQUERY: http://jquery.com/
KnockOut JS: http://knockoutjs.com
Optional, but included because they are awesome:
XDate JS: http://arshaw.com/xdate/
DataTables: http://datatables.net/
Jquery UI: jqueryui.com
Knockout External Template Engine : https://github.com/ifandelse/Knockout.js-External-Template-Engine
For the grid template, I'm using the stylesheets and "approach" of the gantry framework - really cool.
TODOS: Document how to use the libraries, more samples, how-tos, etc.
Clean up and document code
Remove files not needed
Remove plugins not needed or make them load via optional AMD module
NOTE: in some of the demos I'm querying a mysql database using php scripts (under/scripts/data)... change them to do whatever you need...