ryggrad

A MVC CoffeeScript framework


Keywords
mvc, model, view, controller, router, server, client, browser
License
MIT
Install
bower install ryggrad

Documentation

Ryggrad

A CoffeeScript MVC framework with a focus on simplicity and intelligent views. Started out as a series of modifications and extensions I was continually making to Spine.js. I got tired of copying and pasting snippets for every project, so I decided to fork. Ryggrad is to spine.js what spine.js was to Backbone.js, it is the next- evolution of minimalist frameworks. It is built for a new era when html/js doesn't just mean web it means desktop and mobile.

Docs and examples coming soon

Credits

The framework is 90% Spine.js with my hacks and modifications spread throughout. The code for views based very heavily on space-pen Attribute tracking based on code from Spine-Attribute-Events