/Dataview.js

Dataview.js is a JavaScript library connecting data objects to selected views. It helps you in writing more consistent applications where nothing happens by accident, because you simply decide where and what can modify your data. Dataview.js is delivered to you under MIT license.

Primary LanguageJavaScript

Dataview.js goal is to provide a software that reduces the number of mistakes dealing with
data inside JS applications. Thus, you can lock the data properties and allow only a few 
methods to modify them.

Dataview.js is unit-tested with a strong bit of help coming from JsTestDriver and Sinon libraries.

You can find the documentation at http://dataviewjs.com.