This is a Backbone.js connector that overrides Backbone's default sync-behavior and connects your app to your CouchDB so that you can RELAX and don't need to worry about (real-time) server-side code.
For a more detailed description head to http://janmonschke.com/projects/backbone-couchdb.html.
- Real time chat with support for private messages. (source in
/chat_example
) - Real time comments. (source in
/comments_example
)
-
1.3
- Single global changes feed support to stay within the browser's concurrent connections per server limit #25
-
1.2.2
- Revamped view options #51
-
1.2
-
1.1
- Fixed a bug with empty key param
-
1.0
- CoffeeScript rewrite
- Support for custom filter functions
- Chat example (including tests)
- Backbone 5.1 support
- Various bugfixes
- Started versioning ;)