Hi Marcus, > Does it matter where the couch is hosted? I mean will it replicate > across domains?
It does not work cross-domain, same origin polcy (http://en.wikipedia.org/wiki/Same_origin_policy ) applies here. You can target other databases than the one where your couchapp is, but only on the same couchdb server... Cheers, Mehdi.
