After trying to create a backend using Backbone while, I found this to be a complete excess, and brought more problems than simplifications. Instead, I returned to using simple wrappers around mongodb .
My initial thought in using Backbone was sharing URL generation and model checking between the backend and the interface. But in fact for this you do not need the Highway. So I wrote reusable functions for validating and generating URLs and used browserify to make them available on the client side.
Of course, this may change in the future if more and more people create tools for the Backbone backend-side ... but at the time of writing Backbone is definitely not for this, and there is no library to help adapt it.
source share