11 September 2011

From Organic Design wiki
Warning.svg This is a blog item that needs to be converted to the new Bliki format


Experimental nodal interface based on corMVC

Nodal interface using corMVC.jpg

We've started an experimental interface for the making a start on the unified ontology by using corMVC which is an existing MVC-based Single Page Application by Ben Nadel.

We want to keep the "server-side" layer as thin as possible so that it's essentially doing nothing more than providing persistence and shared context to the nodes which are basically persistent and independent JavaScript "DOM bubbles".

CorMVC is an excellent starting point for this goal, because it's extremely light-weight but at the same time very structured and scalable in its design. So far I've skinned it to make it look like a part of the OrganicDesign system, and changed the primary example object type from "contact" to "node".

For more information about this project, see Nodal interface using corMVC‎, or for more information specific to corMVC, see Ben's online demo, and watch his presentation about how it came about and how it works.