Really waiting for a frameworks that makes sharing server/client models easy. Using backbone on the server feels like such a hack, as it was designed for the client. You end up being forced to use jsdom to create a server side dom so that the jquery heavy backbones views can work.