hoatle / webapp-template

Web application structure template (layout), starting point for backbone + requirejs + twitter bootstrap application compiled by nodejs and running on any web server or phonegap environment :-)
31 stars 9 forks source link

Have router independent of browser history and location #24

Open hoatle opened 12 years ago

hoatle commented 12 years ago

Sometimes you don't write a web application running on a page by itself but working as a plugin on an existing page.

It's helpful to have configuration to disable url routing and use something called internal router to make the app easily embedded.