mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
15 lines
458 B
HTML
15 lines
458 B
HTML
<template name="pkg_backbone">
|
|
{{#better_markdown}}
|
|
## `backbone`
|
|
|
|
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.
|
|
|
|
For more information about Backbone, see
|
|
<a href="http://documentcloud.github.com/backbone/">http://documentcloud.github.com/backbone/</a>
|
|
|
|
{{/better_markdown}}
|
|
</template>
|