You're trying to do login/session/logout in Backbone? Give me a few days and I can write up an example app.
On Tue, Sep 18, 2012 at 8:22 PM, john.tiger <[email protected]>wrote: > On 09/18/2012 10:51 AM, Simon Metson wrote: > >> That said, jquery has moved on a lot more than jquery.couch.js, and >> jquery.couch.js is starting to show it's age. All jquery.couch.js really >> is >> is an aide-mémoire for the CouchDB API, and learning that is more useful >> IMHO since it's portable across languages. Recently I've been just using >> jquery calls to Couch directly without the jquery.couch.js in the middle. >> It works well, and there's one less moving part. Hooking up something like >> Backbone is also simple and can be done without any additional >> libraries/connectors. >> > > actually that's what we are looking at now - just having trouble trying to > run login, session, logout from the REST call > > >
