Meteor based middleware prototype for coordinated multiple views (CMV).
This repository requires Meteor.js, which can be installed the following ways:
OSX / Linux:
curl https://install.meteor.com/ | sh
Windows: Install Chocolately, then run
choco install meteor
Simply run
meteor
And open http://localhost:3000/ in your browser of choice.