backbone-express-spa icon indicating copy to clipboard operation
backbone-express-spa copied to clipboard

Backbone.js + Express.js single page application boilerplate

Results 17 backbone-express-spa issues
Sort by recently updated
recently updated
newest added

Backbone.Model.save only take http-200 as success

Authorization API has been implemented in #12, but it's still not utilised by client. This could be rather big task, let's discuss it and split for something smaller. What need...

@alexanderbeletsky have you thought of using https://github.com/substack/node-browserify with https://github.com/ForbesLindesay/browserify-middleware instead of bower?

Version of npm Version of node ... Maybe I'm missing some others but as of now, with recent versions of node and express, bug arises on the project

How can I listen to events from a collection created in a different "app"? Using a global namespace?

line 106 of README.md It's confusing. I'm fixing it. (partly to get some practice with git) ==EDIT== Created pull request: https://github.com/alexanderbeletsky/backbone-express-spa/pull/24

Think about SEO optimizations. Namely, application have to be SEO friendly, even if I hit SPA route it would be great if server could produce expected output. I'm not much...

Hi @alexanderbeletsky thanks for your tweet about the authentication snippet for backbone ;-) I finally spent some time integrating your code into a project of mine and find this backbone.basicauth...