The Glue between Share.js documents and Knockout.js 2.+ models
Not ready for production, but do hack it.
RoadMap:
- Model Cyclic Graph support (not sure if it can be done easily and non redundantly, since a Share.js document is a tree aka acyclyc Graph )
- Define better first time syncing strategies
- Define a strategy to deal with dynamically created properties (eg. defining properties after object construction). This might be not possible, since there is no aparent KVO capability for non defined properties.