> On Apr 15, 2017, at 8:35 AM, devlist <[email protected]> wrote: > > Will multiple 2.0 couchbase lite clients be able to sync with each other > without a sync gateway. > Using peer to peer discovery and replication.
Yes; the new replication protocol actually makes this easier to implement because its design is symmetrical, so the ‘client’ and ‘server’ roles have the same implementation and use the same calls. (Unlike 1.x where the ‘server’ role requires linking in an HTTP server library to implement the REST API.) Some of the code necessary for this isn’t in the current dev previews, but it’s scheduled for the 2.0 release. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/AB088BB7-BA1F-4E75-979B-F6687B225C4B%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
