https://github.com/jashkenas/backbone
Give your JS App some Backbone with Models, Views, Collections, and Events
https://github.com/jashkenas/backbone
Last synced: 3 days ago
JSON representation
Give your JS App some Backbone with Models, Views, Collections, and Events
- Host: GitHub
- URL: https://github.com/jashkenas/backbone
- Owner: jashkenas
- License: mit
- Created: 2010-09-30T19:41:28.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T11:14:31.000Z (17 days ago)
- Last Synced: 2025-04-10T12:23:15.136Z (8 days ago)
- Language: JavaScript
- Homepage: http://backbonejs.org
- Size: 26.3 MB
- Stars: 28,104
- Watchers: 1,271
- Forks: 5,365
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-github-star - backbone
- awesome-javascript - backbone - Give your JS App some Backbone with Models, Views, Collections, and Events. (MVC Frameworks and Libraries / Runner)
- awesome-backbone - Github repository
- awesome-javascript - backbone - Give your JS App some Backbone with Models, Views, Collections, and Events - ★ 27329 (MVC Frameworks and Libraries)
- StarryDivineSky - jashkenas/backbone
README
____ __ __
/\ _`\ /\ \ /\ \ __
\ \ \ \ \ __ ___\ \ \/'\\ \ \____ ___ ___ __ /\_\ ____
\ \ _ <' /'__`\ /'___\ \ , < \ \ '__`\ / __`\ /' _ `\ /'__`\ \/\ \ /',__\
\ \ \ \ \/\ \ \.\_/\ \__/\ \ \\`\\ \ \ \ \/\ \ \ \/\ \/\ \/\ __/ __ \ \ \/\__, `\
\ \____/\ \__/.\_\ \____\\ \_\ \_\ \_,__/\ \____/\ \_\ \_\ \____\/\_\_\ \ \/\____/
\/___/ \/__/\/_/\/____/ \/_/\/_/\/___/ \/___/ \/_/\/_/\/____/\/_/\ \_\ \/___/
\ \____/
\/___/
(_'_______________________________________________________________________________'_)
(_.———————————————————————————————————————————————————————————————————————————————._)Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
For Docs, License, Tests, pre-packed downloads, and everything else, really, see:
https://backbonejs.orgTo suggest a feature or report a bug:
https://github.com/jashkenas/backbone/issuesFor questions on working with Backbone or general discussions:
[security policy](SECURITY.md),
https://stackoverflow.com/questions/tagged/backbone.js,
https://matrix.to/#/#jashkenas_backbone:gitter.im or
https://groups.google.com/g/backbonejsBackbone is an open-sourced component of DocumentCloud:
https://github.com/documentcloudTesting powered by SauceLabs:
https://saucelabs.comMany thanks to our contributors:
https://github.com/jashkenas/backbone/graphs/contributorsSpecial thanks to Robert Kieffer for the original philosophy behind Backbone.
https://github.com/broofaThis project adheres to a [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.