Is it possible to have multiple local PouchDB instances on different devices sync with each other when there is no internet connectivity, say within an intranet?
If this is possible, I assume each device would need to have its database accessible via a URL that can be pointed to in code as per the PouchDB Replication docs?
A follow-up question would be can all devices then sync to a remote CouchDB instance when internet becomes available?