Hacker News new | ask | show | jobs
by tilgovi 5193 days ago
PouchDB is ready for some testing and play. Dale Harvey has put a lot of work into it recently: https://github.com/daleharvey/pouchdb

I'll see what I can do about getting a good publication of the replication protocol. People have been asking about it for a long time. I've only come to fully grok it late last year when I tried to write PouchDB and I talked through it with Dale when he picked up my slack. We can probably get that together.

A great first example that I'd love to see is using PouchDB to implement Backbone.Sync for a Backbone app.

1 comments

I just wrote a Backbone Sync Adapter for PouchDB: https://github.com/jo/backbone-pouchdb

Its very basic but has a working Todo example.