pouchdb-server icon indicating copy to clipboard operation
pouchdb-server copied to clipboard

Can express-pouchdb run in Node's cluster mode?

Open allencblee1 opened this issue 2 years ago • 0 comments

I read some articles saying that express-pouchdb can run in Node's cluster mode but the different instances of the cluster needs to do data sync instead of sharing the same underlying database. Is it possible to run express-pouchdb in Node's cluster mode with all the instances sharing the same underlying database (e.g. mysql thru' leveldown)?

allencblee1 avatar Jun 30 '23 08:06 allencblee1