Working on a new open source plugin for PouchDB.

Decentralized Master-Slave PouchDB ? Also at the same time Live Sync with a Remote DB?

Trying to create a Hub for PouchDB nodes over a Local Area Network(LAN) with the master actually replicating data to the remote server.

This saves a lot of HTTP Connections to Remote Server plus only the master has to be connected to the Internet. The rest nodes are just working on the local db from the master.

I am using node-discover, pouchdb, express-pouchdb