mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
12 lines
349 B
HTML
12 lines
349 B
HTML
<template name="pkg_backbone">
|
|
{{#markdown}}
|
|
## `backbone`
|
|
|
|
[Backbone](http://documentcloud.github.com/backbone/) is a popular client-side MVC framework for managing complex
|
|
data in the browser. In addition to the MVC and DOM-binding
|
|
functionality, it also provides an API for HTML5 pushState and
|
|
client-side URL routing.
|
|
|
|
{{/markdown}}
|
|
</template>
|