In couch you can either push the data to the client or the client can pull from the server. You don't have to do an HTTP GET/POS because couch does them for you in the built-in replication.
On Thu, Apr 19, 2012 at 8:39 AM, R. Germershausen < [email protected]> wrote: > hi list, > i have a project in mind for an iphone app. there should be a central > couchdb server holding all information for a festival including images. > this one should be replicated to the mobile devices. > i would love to use a nginx in front of the couchdb. but i am afraid > that replication works like > > source sends via post to target > > is there any way making target replicate via get? like > > target gets via get from source? so i could use nginx as proxy sending > out all the updates. > > ralph > >
