Progressive enhancement - Node.js, Backbone.js
问题 The node.js server has two roles: RESTFul API on routes with prefix /api Renders website pages on the others routes (/ /plans /features /terms ...) For the moment, all my pages render a "Loading page..." combined with the Backbone application that replaces the DOM when the Backbone.router starts. I would like to build the website pages server-side when an user reaches a page and let Backbone handles the next part of the navigation when the user navigates on the website. I know how to do it