Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T23:22:48.000Z (9 months ago)
- Last Synced: 2024-05-01T23:13:09.953Z (7 months ago)
- Language: JavaScript
- Homepage: http://backbonejs.org
- Size: 26 MB
- Stars: 28,089
- Watchers: 1,289
- Forks: 5,406
- Open Issues: 57
-
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 - ★ 27329 (MVC Frameworks and Libraries)
- awesome-javascript - backbone - Give your JS App some Backbone with Models, Views, Collections, and Events. (MVC Frameworks and Libraries / Runner)
- awesome-backbone - Github repository
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.