Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjz/boneless
Backbone.js, redux
https://github.com/rjz/boneless
Last synced: 17 days ago
JSON representation
Backbone.js, redux
- Host: GitHub
- URL: https://github.com/rjz/boneless
- Owner: rjz
- License: mit
- Created: 2014-06-25T05:23:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T13:12:37.000Z (over 10 years ago)
- Last Synced: 2024-10-22T12:08:24.988Z (2 months ago)
- Language: JavaScript
- Size: 23.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Boneless.js
---
**WIP**: cut-and-paste Backbone, courtesy of `sed`. Legitimizing changes to
follow; but for now... just use Backbone.---
Boneless distills [Backbone.js](http://github.com/jashkenas/backbone) to its
`Event`, `Model`, and `Collection` modules. It is intended:* to maintain Backbone's RESTful conventions
* to provide a data layer for third-party UI libraries
* to be as supportive as possible of both node and browser environmentsAnd it owes everything to [Backbone.js](http://github.com/jashkenas/backbone),
[DocumentCloud](), [Jeremy Ashkenas](http://github.com/jashkenas), and all of
its other [contributors](http://github.com/jashkenas/backbone/contributors)### API Compatibility
Boneless strives to maintain API compatibility with *all* of Backbone's `Event`,
`Model`, and `Collection` modules, but due to the removal of compatibility code
and the heavy reliance on ECMA5 extensions and the omission of `jQuery` it should
not be considered a drop-in replacement.It ships with independent implementations of `Backbone.sync` for use in both
browser- and server-side environments.## License
MIT